Color Hex Logo

#ddb80e Color Hex

#DDB80E
(221,184,14)
0 Favorites   0 Comments

Color spaces of #ddb80e

RGB 22118414
HSL0.140.880.46
HSV49°94°87°
CMYK 0.000.170.94   0.13
XYZ47.038549.68487.5264
Yxy49.68480.45120.4766
Hunter Lab70.4874-4.234343.0104
CIE-Lab75.8754-0.519076.3255

#ddb80e color RGB value is (221,184,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00001110
Octal 335 270 16
Decimal 221 184 14
Hex DD B8 E

RGB Percentages of Color #ddb80e

%52.74
%43.91
%3.34

CMYK Percentages of Color #ddb80e

%0
%17
%94
%13

Triadic Colors of #ddb80e

#ddb80e #0eddb8 #b80edd

Analogous Colors of #ddb80e

#ddb80e #9bdd0e #dd500e

Monochromatic Colors of #ddb80e

#ddb80e

Complementary Color

#ddb80e #0e33dd

#ddb80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb80e Color CSS Codes

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

#ddb80e Text Font Color

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

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


#ddb80e Background Color

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

This div background color is #ddb80e


#ddb80e Border Color

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

This div border color is #ddb80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb80e


Comments

No comments written yet.

Please login to write comment.