#D6AF99

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

Shades of Cashmere #D6AF99

Tints of Cashmere #D6AF99

Color information

#D6AF99 (or 0xD6AF99) is unknown color: approx Cashmere. HEX triplet: D6, AF and 99. RGB value is (214,175,153). Sum of RGB (Red+Green+Blue) = 214+175+153=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF99 is #295066. Grayscale: #B8B8B8. Windows color (decimal): -2707559 or 10072022. OLE color: 10072022.

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

Color convert

RGB214175153-
CMYK00.180.290.16
HSL21.64º42.66%71.96%-
HSV(B)21.64º28.5%83.92%-
XYZ48.8147.2636.69-
YUV184.15110.42149.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 153 (60.16% from 255) = 28.23%
R=39.48%
G=32.29%
B=28.23%

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
Decimal21417515300.180.290.1621.6442.6671.96
HexD6AF990121D10162b48
Octal32625723102235202653110
Binary1101011010101111100110010100101110110000101101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF99; }

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

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

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

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

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

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

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

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