#D0AF9D

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

Shades of Cashmere #D0AF9D

Tints of Cashmere #D0AF9D

Color information

#D0AF9D (or 0xD0AF9D) is unknown color: approx Cashmere. HEX triplet: D0, AF and 9D. RGB value is (208,175,157). Sum of RGB (Red+Green+Blue) = 208+175+157=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AF9D is #2F5062. Grayscale: #B6B6B6. Windows color (decimal): -3100771 or 10334160. OLE color: 10334160.

HSL color Cylindrical-coordinate representation of color #D0AF9D: hue angle of 21.18º 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 #D0AF9D is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208175157-
CMYK00.160.250.18
HSL21.18º35.17%71.57%-
HSV(B)21.18º24.52%81.57%-
XYZ47.4346.538.37-
YUV182.82113.43145.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=38.52%
G=32.41%
B=29.07%

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
Decimal20817515700.160.250.1821.1835.1771.57
HexD0AF9D0101912152348
Octal32025723502031222543110
Binary1101000010101111100111010100001100110010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AF9D; }

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

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

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

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

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

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

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

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