Color Hex Logo

#ddc14b Color Hex

#DDC14B
(221,193,75)
0 Favorites   0 Comments

Color spaces of #ddc14b

RGB 22119375
HSL0.130.680.58
HSV48°66°87°
CMYK 0.000.130.66   0.13
XYZ50.158854.020114.4399
Yxy54.02010.42290.4554
Hunter Lab73.4984-6.805239.8004
CIE-Lab78.4735-3.159060.8936

#ddc14b color RGB value is (221,193,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 01001011
Octal 335 301 113
Decimal 221 193 75
Hex DD C1 4B

RGB Percentages of Color #ddc14b

%45.19
%39.47
%15.34

CMYK Percentages of Color #ddc14b

%0
%13
%66
%13

Triadic Colors of #ddc14b

#ddc14b #4bddc1 #c14bdd

Analogous Colors of #ddc14b

#ddc14b #b0dd4b #dd784b

Monochromatic Colors of #ddc14b

#ddc14b

Complementary Color

#ddc14b #4b67dd

#ddc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc14b Color CSS Codes

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

#ddc14b Text Font Color

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

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


#ddc14b Background Color

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

This div background color is #ddc14b


#ddc14b Border Color

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

This div border color is #ddc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc14b


Comments

No comments written yet.

Please login to write comment.