#D4AF9C

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

Shades of Cashmere #D4AF9C

Tints of Cashmere #D4AF9C

Color information

#D4AF9C (or 0xD4AF9C) is unknown color: approx Cashmere. HEX triplet: D4, AF and 9C. RGB value is (212,175,156). Sum of RGB (Red+Green+Blue) = 212+175+156=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AF9C is #2B5063. Grayscale: #B8B8B8. Windows color (decimal): -2838628 or 10268628. OLE color: 10268628.

HSL color Cylindrical-coordinate representation of color #D4AF9C: hue angle of 20.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4AF9C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212175156-
CMYK00.170.260.17
HSL20.36º39.44%72.16%-
HSV(B)20.36º26.42%83.14%-
XYZ48.4847.0637.98-
YUV183.9112.26148.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.04%
GREEN value IS 175 (68.75% from 255) = 32.23%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=39.04%
G=32.23%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217515600.170.260.1720.3639.4472.16
HexD4AF9C0111A11142748
Octal32425723402132212447110
Binary1101010010101111100111000100011101010001101001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AF9C; }

 p { color: rgb(212,175,156); }

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

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

 a { background-color: rgb(212,175,156); }

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

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

 span { border-color: rgb(212,175,156); }

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