#D6AF9B

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

Shades of Cashmere #D6AF9B

Tints of Cashmere #D6AF9B

Color information

#D6AF9B (or 0xD6AF9B) is unknown color: approx Cashmere. HEX triplet: D6, AF and 9B. RGB value is (214,175,155). Sum of RGB (Red+Green+Blue) = 214+175+155=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF9B is #295064. Grayscale: #B8B8B8. Windows color (decimal): -2707557 or 10203094. OLE color: 10203094.

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

Color convert

RGB214175155-
CMYK00.180.280.16
HSL20.34º41.84%72.35%-
HSV(B)20.34º27.57%83.92%-
XYZ48.9847.3237.56-
YUV184.38111.42149.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=39.34%
G=32.17%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417515500.180.280.1620.3441.8472.35
HexD6AF9B0121C10142a48
Octal32625723302234202452110
Binary1101011010101111100110110100101110010000101001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF9B; }

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

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

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

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

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

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

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

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