Color Hex Logo

#ddbb64 Color Hex

#DDBB64
(221,187,100)
0 Favorites   0 Comments

Color spaces of #ddbb64

RGB 221187100
HSL0.120.640.63
HSV43°55°87°
CMYK 0.000.150.55   0.13
XYZ49.889451.832919.4319
Yxy51.83290.41180.4278
Hunter Lab71.9951-2.298834.3938
CIE-Lab77.18081.688048.0540

#ddbb64 color RGB value is (221,187,100).

#ddbb64 hex color red value is 221, green value is 187 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ddbb64 hue: 0.12 , saturation: 0.64 and the lightness value of ddbb64 is 0.63.

The process color (four color CMYK) of #ddbb64 color hex is 0.00, 0.15, 0.55, 0.13. Web safe color of #ddbb64 is #cccc66. Color #ddbb64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 01100100
Octal 335 273 144
Decimal 221 187 100
Hex DD BB 64

RGB Percentages of Color #ddbb64

%43.50
%36.81
%19.69

CMYK Percentages of Color #ddbb64

%0
%15
%55
%13

Triadic Colors of #ddbb64

#ddbb64 #64ddbb #bb64dd

Analogous Colors of #ddbb64

#ddbb64 #c3dd64 #dd7f64

Monochromatic Colors of #ddbb64

#ddbb64

Complementary Color

#ddbb64 #6486dd

#ddbb64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbb64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbb64 Color CSS Codes

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

#ddbb64 Text Font Color

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

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


#ddbb64 Background Color

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

This div background color is #ddbb64


#ddbb64 Border Color

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

This div border color is #ddbb64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbb64


Comments

No comments written yet.

Please login to write comment.