#D6AF95

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

Shades of Cashmere #D6AF95

Tints of Cashmere #D6AF95

Color information

#D6AF95 (or 0xD6AF95) is unknown color: approx Cashmere. HEX triplet: D6, AF and 95. RGB value is (214,175,149). Sum of RGB (Red+Green+Blue) = 214+175+149=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 149 (58.59% from 255 or 27.70% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF95 is #29506A. Grayscale: #B7B7B7. Windows color (decimal): -2707563 or 9809878. OLE color: 9809878.

HSL color Cylindrical-coordinate representation of color #D6AF95: hue angle of 24º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6AF95 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214175149-
CMYK00.180.300.16
HSL24º44.22%71.18%-
HSV(B)24º30.37%83.92%-
XYZ48.4947.1334.97-
YUV183.7108.42149.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 149 (58.59% from 255) = 27.70%
R=39.78%
G=32.53%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417514900.180.300.162444.2271.18
HexD6AF950121E10182c47
Octal32625722502236203054107
Binary1101011010101111100101010100101111010000110001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF95; }

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

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

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

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

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

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

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

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