Color Hex Logo

#ddbc29 Color Hex

#DDBC29
(221,188,41)
0 Favorites   0 Comments

Color spaces of #ddbc29

RGB 22118841
HSL0.140.730.51
HSV49°81°87°
CMYK 0.000.150.81   0.13
XYZ48.202351.49879.4975
Yxy51.49870.44140.4716
Hunter Lab71.7626-5.687742.3870
CIE-Lab76.9801-2.045671.6127

#ddbc29 color RGB value is (221,188,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00101001
Octal 335 274 51
Decimal 221 188 41
Hex DD BC 29

RGB Percentages of Color #ddbc29

%49.11
%41.78
%9.11

CMYK Percentages of Color #ddbc29

%0
%15
%81
%13

Triadic Colors of #ddbc29

#ddbc29 #29ddbc #bc29dd

Analogous Colors of #ddbc29

#ddbc29 #a4dd29 #dd6229

Monochromatic Colors of #ddbc29

#ddbc29

Complementary Color

#ddbc29 #294add

#ddbc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc29 Color CSS Codes

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

#ddbc29 Text Font Color

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

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


#ddbc29 Background Color

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

This div background color is #ddbc29


#ddbc29 Border Color

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

This div border color is #ddbc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc29


Comments

No comments written yet.

Please login to write comment.