Color Hex Logo

#ddb30e Color Hex

#DDB30E
(221,179,14)
0 Favorites   0 Comments

Color spaces of #ddb30e

RGB 22117914
HSL0.130.880.46
HSV48°94°87°
CMYK 0.000.190.94   0.13
XYZ46.018247.64417.1863
Yxy47.64410.45630.4724
Hunter Lab69.0247-1.788842.1445
CIE-Lab74.59992.098475.3818

#ddb30e color RGB value is (221,179,14).

#ddb30e hex color red value is 221, green value is 179 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ddb30e hue: 0.13 , saturation: 0.88 and the lightness value of ddb30e is 0.46.

The process color (four color CMYK) of #ddb30e color hex is 0.00, 0.19, 0.94, 0.13. Web safe color of #ddb30e is #cccc00. Color #ddb30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110011 00001110
Octal 335 263 16
Decimal 221 179 14
Hex DD B3 E

RGB Percentages of Color #ddb30e

%53.38
%43.24
%3.38

CMYK Percentages of Color #ddb30e

%0
%19
%94
%13

Triadic Colors of #ddb30e

#ddb30e #0eddb3 #b30edd

Analogous Colors of #ddb30e

#ddb30e #a0dd0e #dd4b0e

Monochromatic Colors of #ddb30e

#ddb30e

Complementary Color

#ddb30e #0e38dd

#ddb30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb30e Color CSS Codes

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

#ddb30e Text Font Color

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

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


#ddb30e Background Color

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

This div background color is #ddb30e


#ddb30e Border Color

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

This div border color is #ddb30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb30e


Comments

No comments written yet.

Please login to write comment.