Color Hex Logo

#ddb02e Color Hex

#DDB02E
(221,176,46)
0 Favorites   0 Comments

Color spaces of #ddb02e

RGB 22117646
HSL0.120.720.52
HSV45°79°87°
CMYK 0.000.200.79   0.13
XYZ45.837346.62019.1675
Yxy46.62010.45100.4587
Hunter Lab68.27890.343339.8346
CIE-Lab73.94614.401367.4211

#ddb02e color RGB value is (221,176,46).

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

The process color (four color CMYK) of #ddb02e color hex is 0.00, 0.20, 0.79, 0.13. Web safe color of #ddb02e is #cc9933. Color #ddb02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 00101110
Octal 335 260 56
Decimal 221 176 46
Hex DD B0 2E

RGB Percentages of Color #ddb02e

%49.89
%39.73
%10.38

CMYK Percentages of Color #ddb02e

%0
%20
%79
%13

Triadic Colors of #ddb02e

#ddb02e #2eddb0 #b02edd

Analogous Colors of #ddb02e

#ddb02e #b3dd2e #dd592e

Monochromatic Colors of #ddb02e

#ddb02e

Complementary Color

#ddb02e #2e5bdd

#ddb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb02e Color CSS Codes

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

#ddb02e Text Font Color

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

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


#ddb02e Background Color

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

This div background color is #ddb02e


#ddb02e Border Color

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

This div border color is #ddb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb02e


Comments

No comments written yet.

Please login to write comment.