#D4AB92

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

Shades of Cashmere #D4AB92

Tints of Cashmere #D4AB92

Color information

#D4AB92 (or 0xD4AB92) is unknown color: approx Cashmere. HEX triplet: D4, AB and 92. RGB value is (212,171,146). Sum of RGB (Red+Green+Blue) = 212+171+146=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB92 is #2B546D. Grayscale: #B4B4B4. Windows color (decimal): -2839662 or 9612244. OLE color: 9612244.

HSL color Cylindrical-coordinate representation of color #D4AB92: hue angle of 22.73º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AB92 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212171146-
CMYK00.190.310.17
HSL22.73º43.42%70.2%-
HSV(B)22.73º31.13%83.14%-
XYZ46.945.233.45-
YUV180.41108.58150.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=40.08%
G=32.33%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217114600.190.310.1722.7343.4270.2
HexD4AB920131F11172b46
Octal32425322202337212753106
Binary1101010010101011100100100100111111110001101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB92; }

 p { color: rgb(212,171,146); }

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

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

 a { background-color: rgb(212,171,146); }

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

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

 span { border-color: rgb(212,171,146); }

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