#D6AD92

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

Shades of Cashmere #D6AD92

Tints of Cashmere #D6AD92

Color information

#D6AD92 (or 0xD6AD92) is unknown color: approx Cashmere. HEX triplet: D6, AD and 92. RGB value is (214,173,146). Sum of RGB (Red+Green+Blue) = 214+173+146=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD92 is #29526D. Grayscale: #B6B6B6. Windows color (decimal): -2708078 or 9612758. OLE color: 9612758.

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

Color convert

RGB214173146-
CMYK00.190.320.16
HSL23.82º45.33%70.59%-
HSV(B)23.82º31.78%83.92%-
XYZ47.8646.2633.6-
YUV182.18107.58150.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=40.15%
G=32.46%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417314600.190.320.1623.8245.3370.59
HexD6AD920132010182d47
Octal32625522202340203055107
Binary11010110101011011001001001001110000010000110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD92; }

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

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

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

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

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

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

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

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