Color Hex Logo

#ddb466 Color Hex

#DDB466
(221,180,102)
0 Favorites   0 Comments

Color spaces of #ddb466

RGB 221180102
HSL0.110.640.63
HSV39°54°87°
CMYK 0.000.190.54   0.13
XYZ48.538348.974019.4650
Yxy48.97400.41490.4187
Hunter Lab69.98141.338032.4958
CIE-Lab75.43515.538144.9803

#ddb466 color RGB value is (221,180,102).

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

The process color (four color CMYK) of #ddb466 color hex is 0.00, 0.19, 0.54, 0.13. Web safe color of #ddb466 is #cccc66. Color #ddb466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110100 01100110
Octal 335 264 146
Decimal 221 180 102
Hex DD B4 66

RGB Percentages of Color #ddb466

%43.94
%35.79
%20.28

CMYK Percentages of Color #ddb466

%0
%19
%54
%13

Triadic Colors of #ddb466

#ddb466 #66ddb4 #b466dd

Analogous Colors of #ddb466

#ddb466 #cbdd66 #dd7966

Monochromatic Colors of #ddb466

#ddb466

Complementary Color

#ddb466 #668fdd

#ddb466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb466 Color CSS Codes

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

#ddb466 Text Font Color

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

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


#ddb466 Background Color

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

This div background color is #ddb466


#ddb466 Border Color

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

This div border color is #ddb466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb466


Comments

No comments written yet.

Please login to write comment.