color codes Logo

#ddc84b color codes

#DDC84B
(221,200,75)
0 Favorites   0 Comments

Color spaces of #ddc84b

RGB 22120075
HSL0.140.680.58
HSV51°66°87°
CMYK 0.000.100.66   0.13
XYZ51.743157.188714.9680
Yxy57.18870.41760.4616
Hunter Lab75.6232-10.206941.2011
CIE-Lab80.2856-6.759962.7895

#ddc84b color RGB value is (221,200,75).

#ddc84b hex color red value is 221, green value is 200 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ddc84b hue: 0.14 , saturation: 0.68 and the lightness value of ddc84b is 0.58.

The process color (four color CMYK) of #ddc84b color code is 0.00, 0.10, 0.66, 0.13. Web safe color of #ddc84b is #cccc33. Color #ddc84b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001000 01001011
Octal 335 310 113
Decimal 221 200 75
Hex DD C8 4B

RGB Percentages of Color #ddc84b

%44.56
%40.32
%15.12

CMYK Percentages of Color #ddc84b

%0
%10
%66
%13

Triadic Colors of #ddc84b

#ddc84b #4bddc8 #c84bdd

Analogous Colors of #ddc84b

#ddc84b #a9dd4b #dd7f4b

Monochromatic Colors of #ddc84b

#ddc84b

Complementary Color

#ddc84b #4b60dd

#ddc84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc84b Color CSS Codes

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

#ddc84b Text Font Color

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

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


#ddc84b Background Color

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

This div background color is #ddc84b


#ddc84b Border Color

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

This div border color is #ddc84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc84b


Comments

No comments written yet.

Please login to write comment.