Color Hex Logo

#ddbe0c Color Hex

#DDBE0C
(221,190,12)
0 Favorites   0 Comments

Color spaces of #ddbe0c

RGB 22119012
HSL0.140.900.46
HSV51°95°87°
CMYK 0.000.140.95   0.13
XYZ48.298652.22567.8828
Yxy52.22560.44550.4818
Hunter Lab72.2673-7.170344.1198
CIE-Lab77.4155-3.657077.7053

#ddbe0c color RGB value is (221,190,12).

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

The process color (four color CMYK) of #ddbe0c color hex is 0.00, 0.14, 0.95, 0.13. Web safe color of #ddbe0c is #cccc00. Color #ddbe0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 00001100
Octal 335 276 14
Decimal 221 190 12
Hex DD BE C

RGB Percentages of Color #ddbe0c

%52.25
%44.92
%2.84

CMYK Percentages of Color #ddbe0c

%0
%14
%95
%13

Triadic Colors of #ddbe0c

#ddbe0c #0cddbe #be0cdd

Analogous Colors of #ddbe0c

#ddbe0c #94dd0c #dd560c

Monochromatic Colors of #ddbe0c

#ddbe0c

Complementary Color

#ddbe0c #0c2bdd

#ddbe0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe0c Color CSS Codes

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

#ddbe0c Text Font Color

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

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


#ddbe0c Background Color

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

This div background color is #ddbe0c


#ddbe0c Border Color

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

This div border color is #ddbe0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe0c


Comments

No comments written yet.

Please login to write comment.