Color Hex Logo

#ddb81c Color Hex

#DDB81C
(221,184,28)
0 Favorites   0 Comments

Color spaces of #ddb81c

RGB 22118428
HSL0.130.780.49
HSV48°87°87°
CMYK 0.000.170.87   0.13
XYZ47.168949.73708.2127
Yxy49.73700.44870.4732
Hunter Lab70.5245-4.031642.4627
CIE-Lab75.9075-0.292573.9583

#ddb81c color RGB value is (221,184,28).

#ddb81c hex color red value is 221, green value is 184 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ddb81c hue: 0.13 , saturation: 0.78 and the lightness value of ddb81c is 0.49.

The process color (four color CMYK) of #ddb81c color hex is 0.00, 0.17, 0.87, 0.13. Web safe color of #ddb81c is #cccc33. Color #ddb81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 00011100
Octal 335 270 34
Decimal 221 184 28
Hex DD B8 1C

RGB Percentages of Color #ddb81c

%51.04
%42.49
%6.47

CMYK Percentages of Color #ddb81c

%0
%17
%87
%13

Triadic Colors of #ddb81c

#ddb81c #1cddb8 #b81cdd

Analogous Colors of #ddb81c

#ddb81c #a2dd1c #dd571c

Monochromatic Colors of #ddb81c

#ddb81c

Complementary Color

#ddb81c #1c41dd

#ddb81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb81c Color CSS Codes

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

#ddb81c Text Font Color

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

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


#ddb81c Background Color

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

This div background color is #ddb81c


#ddb81c Border Color

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

This div border color is #ddb81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb81c


Comments

No comments written yet.

Please login to write comment.