Color Hex Logo

#ddbe39 Color Hex

#DDBE39
(221,190,57)
0 Favorites   0 Comments

Color spaces of #ddbe39

RGB 22119057
HSL0.140.710.55
HSV49°74°87°
CMYK 0.000.140.74   0.13
XYZ48.970852.494511.4223
Yxy52.49450.43380.4650
Hunter Lab72.4531-6.145441.3700
CIE-Lab77.5756-2.504467.0120

#ddbe39 color RGB value is (221,190,57).

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

The process color (four color CMYK) of #ddbe39 color hex is 0.00, 0.14, 0.74, 0.13. Web safe color of #ddbe39 is #cccc33. Color #ddbe39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111110 00111001
Octal 335 276 71
Decimal 221 190 57
Hex DD BE 39

RGB Percentages of Color #ddbe39

%47.22
%40.60
%12.18

CMYK Percentages of Color #ddbe39

%0
%14
%74
%13

Triadic Colors of #ddbe39

#ddbe39 #39ddbe #be39dd

Analogous Colors of #ddbe39

#ddbe39 #aadd39 #dd6c39

Monochromatic Colors of #ddbe39

#ddbe39

Complementary Color

#ddbe39 #3958dd

#ddbe39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbe39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbe39 Color CSS Codes

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

#ddbe39 Text Font Color

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

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


#ddbe39 Background Color

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

This div background color is #ddbe39


#ddbe39 Border Color

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

This div border color is #ddbe39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbe39


Comments

No comments written yet.

Please login to write comment.