Color Hex Logo

#ddc313 Color Hex

#DDC313
(221,195,19)
0 Favorites   0 Comments

Color spaces of #ddc313

RGB 22119519
HSL0.150.840.47
HSV52°91°87°
CMYK 0.000.120.91   0.13
XYZ49.451454.44948.5195
Yxy54.44940.43990.4843
Hunter Lab73.7898-9.507744.8075
CIE-Lab78.7231-6.143477.7732

#ddc313 color RGB value is (221,195,19).

#ddc313 hex color red value is 221, green value is 195 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ddc313 hue: 0.15 , saturation: 0.84 and the lightness value of ddc313 is 0.47.

The process color (four color CMYK) of #ddc313 color hex is 0.00, 0.12, 0.91, 0.13. Web safe color of #ddc313 is #cccc00. Color #ddc313 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000011 00010011
Octal 335 303 23
Decimal 221 195 19
Hex DD C3 13

RGB Percentages of Color #ddc313

%50.80
%44.83
%4.37

CMYK Percentages of Color #ddc313

%0
%12
%91
%13

Triadic Colors of #ddc313

#ddc313 #13ddc3 #c313dd

Analogous Colors of #ddc313

#ddc313 #92dd13 #dd5e13

Monochromatic Colors of #ddc313

#ddc313

Complementary Color

#ddc313 #132ddd

#ddc313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc313 Color CSS Codes

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

#ddc313 Text Font Color

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

This sample text font color is #ddc313
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.


#ddc313 Background Color

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

This div background color is #ddc313


#ddc313 Border Color

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

This div border color is #ddc313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc313


Comments

No comments written yet.

Please login to write comment.