Color Hex Logo

#ddc731 Color Hex

#DDC731
(221,199,49)
0 Favorites   0 Comments

Color spaces of #ddc731

RGB 22119949
HSL0.150.720.53
HSV52°78°87°
CMYK 0.000.100.78   0.13
XYZ50.796656.440811.1226
Yxy56.44080.42920.4769
Hunter Lab75.1271-10.781043.8111
CIE-Lab79.8640-7.447571.7899

#ddc731 color RGB value is (221,199,49).

#ddc731 hex color red value is 221, green value is 199 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ddc731 hue: 0.15 , saturation: 0.72 and the lightness value of ddc731 is 0.53.

The process color (four color CMYK) of #ddc731 color hex is 0.00, 0.10, 0.78, 0.13. Web safe color of #ddc731 is #cccc33. Color #ddc731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000111 00110001
Octal 335 307 61
Decimal 221 199 49
Hex DD C7 31

RGB Percentages of Color #ddc731

%47.12
%42.43
%10.45

CMYK Percentages of Color #ddc731

%0
%10
%78
%13

Triadic Colors of #ddc731

#ddc731 #31ddc7 #c731dd

Analogous Colors of #ddc731

#ddc731 #9ddd31 #dd7131

Monochromatic Colors of #ddc731

#ddc731

Complementary Color

#ddc731 #3147dd

#ddc731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc731 Color CSS Codes

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

#ddc731 Text Font Color

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

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


#ddc731 Background Color

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

This div background color is #ddc731


#ddc731 Border Color

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

This div border color is #ddc731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc731


Comments

No comments written yet.

Please login to write comment.