Color Hex Logo

#ddb670 Color Hex

#DDB670
(221,182,112)
0 Favorites   0 Comments

Color spaces of #ddb670

RGB 221182112
HSL0.110.620.65
HSV39°49°87°
CMYK 0.000.180.49   0.13
XYZ49.471449.997922.3724
Yxy49.99790.40600.4104
Hunter Lab70.70921.145730.7371
CIE-Lab76.06805.355240.7201

#ddb670 color RGB value is (221,182,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01110000
Octal 335 266 160
Decimal 221 182 112
Hex DD B6 70

RGB Percentages of Color #ddb670

%42.91
%35.34
%21.75

CMYK Percentages of Color #ddb670

%0
%18
%49
%13

Triadic Colors of #ddb670

#ddb670 #70ddb6 #b670dd

Analogous Colors of #ddb670

#ddb670 #cedd70 #dd8070

Monochromatic Colors of #ddb670

#ddb670

Complementary Color

#ddb670 #7097dd

#ddb670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb670 Color CSS Codes

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

#ddb670 Text Font Color

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

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


#ddb670 Background Color

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

This div background color is #ddb670


#ddb670 Border Color

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

This div border color is #ddb670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb670


Comments

No comments written yet.

Please login to write comment.