Color Hex Logo

#ddc913 Color Hex

#DDC913
(221,201,19)
0 Favorites   0 Comments

Color spaces of #ddc913

RGB 22120119
HSL0.150.840.47
HSV54°91°87°
CMYK 0.000.090.91   0.13
XYZ50.823057.19258.9767
Yxy57.19250.43440.4889
Hunter Lab75.6257-12.387145.9003
CIE-Lab80.2877-9.203678.9673

#ddc913 color RGB value is (221,201,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001001 00010011
Octal 335 311 23
Decimal 221 201 19
Hex DD C9 13

RGB Percentages of Color #ddc913

%50.11
%45.58
%4.31

CMYK Percentages of Color #ddc913

%0
%9
%91
%13

Triadic Colors of #ddc913

#ddc913 #13ddc9 #c913dd

Analogous Colors of #ddc913

#ddc913 #8cdd13 #dd6413

Monochromatic Colors of #ddc913

#ddc913

Complementary Color

#ddc913 #1327dd

#ddc913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc913 Color CSS Codes

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

#ddc913 Text Font Color

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

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


#ddc913 Background Color

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

This div background color is #ddc913


#ddc913 Border Color

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

This div border color is #ddc913


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,201,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 #ddc913">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc913


Comments

No comments written yet.

Please login to write comment.