#D6AF97

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

Shades of Cashmere #D6AF97

Tints of Cashmere #D6AF97

Color information

#D6AF97 (or 0xD6AF97) is unknown color: approx Cashmere. HEX triplet: D6, AF and 97. RGB value is (214,175,151). Sum of RGB (Red+Green+Blue) = 214+175+151=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF97 is #295068. Grayscale: #B8B8B8. Windows color (decimal): -2707561 or 9940950. OLE color: 9940950.

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

Color convert

RGB214175151-
CMYK00.180.290.16
HSL22.86º43.45%71.57%-
HSV(B)22.86º29.44%83.92%-
XYZ48.6547.1935.82-
YUV183.92109.42149.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=39.63%
G=32.41%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417515100.180.290.1622.8643.4571.57
HexD6AF970121D10172b48
Octal32625722702235202753110
Binary1101011010101111100101110100101110110000101111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF97; }

 p { color: rgb(214,175,151); }

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

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

 a { background-color: rgb(214,175,151); }

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

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

 span { border-color: rgb(214,175,151); }

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