#DDB69E

Color #DDB69E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #DDB69E

Tints of Cashmere #DDB69E

Color information

#DDB69E (or 0xDDB69E) is unknown color: approx Cashmere. HEX triplet: DD, B6 and 9E. RGB value is (221,182,158). Sum of RGB (Red+Green+Blue) = 221+182+158=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69E is #224961. Grayscale: #BFBFBF. Windows color (decimal): -2247010 or 10401501. OLE color: 10401501.

HSL color Cylindrical-coordinate representation of color #DDB69E: hue angle of 22.86º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDB69E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221182158-
CMYK00.180.290.13
HSL22.86º48.09%74.31%-
HSV(B)22.86º28.51%86.67%-
XYZ52.7251.339.47-
YUV190.92109.42149.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=39.39%
G=32.44%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118215800.180.290.1322.8648.0974.31
HexDDB69E0121DD17304a
Octal33526623602235152760112
Binary110111011011011010011110010010111011101101111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB69E; }

 p { color: rgb(221,182,158); }

 H1.HeaderClassName
 {
   color: #DDB69E;
 }
 .AnyTagClassName
 {
   color: #DDB69E;
 }
</style>
background-color css

<style>
 a { background-color: #DDB69E; }

 a { background-color: rgb(221,182,158); }

 div.DivClassName
 {
   background-color: #DDB69E;
 }
 .BgClassName
 {
   background-color: #DDB69E;
 }
</style>
border-color css

<style>
 span { border-color: #DDB69E; }

 span { border-color: rgb(221,182,158); }

 td.TdClassName
 {
   border-color: #DDB69E;
 }
 .TagClassName
 {
   border-color: #DDB69E;
 }
</style>