#D6AF92

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

Shades of Cashmere #D6AF92

Tints of Cashmere #D6AF92

Color information

#D6AF92 (or 0xD6AF92) is unknown color: approx Cashmere. HEX triplet: D6, AF and 92. RGB value is (214,175,146). Sum of RGB (Red+Green+Blue) = 214+175+146=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF92 is #29506D. Grayscale: #B7B7B7. Windows color (decimal): -2707566 or 9613270. OLE color: 9613270.

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

Color convert

RGB214175146-
CMYK00.180.320.16
HSL25.59º45.33%70.59%-
HSV(B)25.59º31.78%83.92%-
XYZ48.2547.0333.73-
YUV183.36106.92149.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=40%
G=32.71%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417514600.180.320.1625.5945.3370.59
HexD6AF9201220101a2d47
Octal32625722202240203255107
Binary11010110101011111001001001001010000010000110101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF92; }

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

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

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

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

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

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

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

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