Color Hex Logo

#ddb664 Color Hex

#DDB664
(221,182,100)
0 Favorites   0 Comments

Color spaces of #ddb664

RGB 221182100
HSL0.110.640.63
HSV41°55°87°
CMYK 0.000.180.55   0.13
XYZ48.847049.748119.0844
Yxy49.74810.41510.4227
Hunter Lab70.53230.188233.3301
CIE-Lab75.91444.317946.5457

#ddb664 color RGB value is (221,182,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01100100
Octal 335 266 144
Decimal 221 182 100
Hex DD B6 64

RGB Percentages of Color #ddb664

%43.94
%36.18
%19.88

CMYK Percentages of Color #ddb664

%0
%18
%55
%13

Triadic Colors of #ddb664

#ddb664 #64ddb6 #b664dd

Analogous Colors of #ddb664

#ddb664 #c8dd64 #dd7a64

Monochromatic Colors of #ddb664

#ddb664

Complementary Color

#ddb664 #648bdd

#ddb664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb664 Color CSS Codes

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

#ddb664 Text Font Color

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

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


#ddb664 Background Color

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

This div background color is #ddb664


#ddb664 Border Color

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

This div border color is #ddb664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb664


Comments

No comments written yet.

Please login to write comment.