#D0AE9D

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

Shades of Cashmere #D0AE9D

Tints of Cashmere #D0AE9D

Color information

#D0AE9D (or 0xD0AE9D) is unknown color: approx Cashmere. HEX triplet: D0, AE and 9D. RGB value is (208,174,157). Sum of RGB (Red+Green+Blue) = 208+174+157=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE9D is #2F5162. Grayscale: #B6B6B6. Windows color (decimal): -3101027 or 10333904. OLE color: 10333904.

HSL color Cylindrical-coordinate representation of color #D0AE9D: hue angle of 20º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D0AE9D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208174157-
CMYK00.160.250.18
HSL20º35.17%71.57%-
HSV(B)20º24.52%81.57%-
XYZ47.2346.1238.31-
YUV182.23113.76146.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=38.59%
G=32.28%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415700.160.250.182035.1771.57
HexD0AE9D0101912142348
Octal32025623502031222443110
Binary1101000010101110100111010100001100110010101001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE9D; }

 p { color: rgb(208,174,157); }

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

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

 a { background-color: rgb(208,174,157); }

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

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

 span { border-color: rgb(208,174,157); }

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