color codes Logo

#ddd13d color codes

#DDD13D
(221,209,61)
0 Favorites   0 Comments

Color spaces of #ddd13d

RGB 22120961
HSL0.150.700.55
HSV56°72°87°
CMYK 0.000.050.72   0.13
XYZ53.461661.310013.4312
Yxy61.31000.41700.4782
Hunter Lab78.3007-15.151344.6403
CIE-Lab82.5451-12.028570.3461

#ddd13d color RGB value is (221,209,61).

#ddd13d hex color red value is 221, green value is 209 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ddd13d hue: 0.15 , saturation: 0.70 and the lightness value of ddd13d is 0.55.

The process color (four color CMYK) of #ddd13d color code is 0.00, 0.05, 0.72, 0.13. Web safe color of #ddd13d is #cccc33. Color #ddd13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010001 00111101
Octal 335 321 75
Decimal 221 209 61
Hex DD D1 3D

RGB Percentages of Color #ddd13d

%45.01
%42.57
%12.42

CMYK Percentages of Color #ddd13d

%0
%5
%72
%13

Triadic Colors of #ddd13d

#ddd13d #3dddd1 #d13ddd

Analogous Colors of #ddd13d

#ddd13d #99dd3d #dd813d

Monochromatic Colors of #ddd13d

#ddd13d

Complementary Color

#ddd13d #3d49dd

#ddd13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd13d Color CSS Codes

.mybgcolor {background-color:#ddd13d; } 
.myforecolor {color:#ddd13d; }
.mybordercolor {border:3px solid #ddd13d; }

#ddd13d Text Font Color

<p style="color:#ddd13d">Text here</p>

This sample text font color is #ddd13d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddd13d Background Color

<div style="background-color:#ddd13d">
Div content here</div>

This div background color is #ddd13d


#ddd13d Border Color

<div style="border:3px solid #ddd13d">
Div here</div>

This div border color is #ddd13d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,209,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddd13d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddd13d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd13d;
  box-shadow:         1px 1px 3px 2px #ddd13d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,209,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddd13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddd13d;
  -webkit-box-shadow: 1px 1px 3px 2px #ddd13d;
  box-shadow:         1px 1px 3px 2px #ddd13d;">
Div content here</div>

This div box has shadow with color #ddd13d


Comments

No comments written yet.

Please login to write comment.