Color Hex Logo

#ddcb29 Color Hex

#DDCB29
(221,203,41)
0 Favorites   0 Comments

Color spaces of #ddcb29

RGB 22120341
HSL0.150.730.51
HSV54°81°87°
CMYK 0.000.080.81   0.13
XYZ51.575058.244110.6218
Yxy58.24410.42820.4836
Hunter Lab76.3178-12.927345.1706
CIE-Lab80.8743-9.740074.9565

#ddcb29 color RGB value is (221,203,41).

#ddcb29 hex color red value is 221, green value is 203 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ddcb29 hue: 0.15 , saturation: 0.73 and the lightness value of ddcb29 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 00101001
Octal 335 313 51
Decimal 221 203 41
Hex DD CB 29

RGB Percentages of Color #ddcb29

%47.53
%43.66
%8.82

CMYK Percentages of Color #ddcb29

%0
%8
%81
%13

Triadic Colors of #ddcb29

#ddcb29 #29ddcb #cb29dd

Analogous Colors of #ddcb29

#ddcb29 #95dd29 #dd7129

Monochromatic Colors of #ddcb29

#ddcb29

Complementary Color

#ddcb29 #293bdd

#ddcb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcb29 Color CSS Codes

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

#ddcb29 Text Font Color

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

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


#ddcb29 Background Color

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

This div background color is #ddcb29


#ddcb29 Border Color

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

This div border color is #ddcb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcb29


Comments

No comments written yet.

Please login to write comment.