Color Hex Logo

#ddbc2e Color Hex

#DDBC2E
(221,188,46)
0 Favorites   0 Comments

Color spaces of #ddbc2e

RGB 22118846
HSL0.140.720.52
HSV49°79°87°
CMYK 0.000.150.79   0.13
XYZ48.295251.53589.9868
Yxy51.53580.43980.4693
Hunter Lab71.7884-5.545142.0038
CIE-Lab77.0024-1.885870.1534

#ddbc2e color RGB value is (221,188,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 00101110
Octal 335 274 56
Decimal 221 188 46
Hex DD BC 2E

RGB Percentages of Color #ddbc2e

%48.57
%41.32
%10.11

CMYK Percentages of Color #ddbc2e

%0
%15
%79
%13

Triadic Colors of #ddbc2e

#ddbc2e #2eddbc #bc2edd

Analogous Colors of #ddbc2e

#ddbc2e #a7dd2e #dd652e

Monochromatic Colors of #ddbc2e

#ddbc2e

Complementary Color

#ddbc2e #2e4fdd

#ddbc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbc2e Color CSS Codes

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

#ddbc2e Text Font Color

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

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


#ddbc2e Background Color

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

This div background color is #ddbc2e


#ddbc2e Border Color

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

This div border color is #ddbc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbc2e


Comments

No comments written yet.

Please login to write comment.