Color Hex Logo

#ddbc2a Color Hex

#DDBC2A
(221,188,42)
0 Favorites   0 Comments

Color spaces of #ddbc2a

RGB 22118842
HSL0.140.720.52
HSV49°81°87°
CMYK 0.000.150.81   0.13
XYZ48.219951.50589.5906
Yxy51.50580.44110.4712
Hunter Lab71.7675-5.660842.3141
CIE-Lab76.9844-2.015471.3312

#ddbc2a color RGB value is (221,188,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00101010
Octal 335 274 52
Decimal 221 188 42
Hex DD BC 2A

RGB Percentages of Color #ddbc2a

%49.00
%41.69
%9.31

CMYK Percentages of Color #ddbc2a

%0
%15
%81
%13

Triadic Colors of #ddbc2a

#ddbc2a #2addbc #bc2add

Analogous Colors of #ddbc2a

#ddbc2a #a5dd2a #dd632a

Monochromatic Colors of #ddbc2a

#ddbc2a

Complementary Color

#ddbc2a #2a4bdd

#ddbc2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc2a Color CSS Codes

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

#ddbc2a Text Font Color

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

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


#ddbc2a Background Color

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

This div background color is #ddbc2a


#ddbc2a Border Color

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

This div border color is #ddbc2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc2a


Comments

No comments written yet.

Please login to write comment.