#D4AC92

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

Shades of Cashmere #D4AC92

Tints of Cashmere #D4AC92

Color information

#D4AC92 (or 0xD4AC92) is unknown color: approx Cashmere. HEX triplet: D4, AC and 92. RGB value is (212,172,146). Sum of RGB (Red+Green+Blue) = 212+172+146=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC92 is #2B536D. Grayscale: #B5B5B5. Windows color (decimal): -2839406 or 9612500. OLE color: 9612500.

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

Color convert

RGB212172146-
CMYK00.190.310.17
HSL23.64º43.42%70.2%-
HSV(B)23.64º31.13%83.14%-
XYZ47.0945.5833.51-
YUV181108.25150.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=40%
G=32.45%
B=27.55%

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
Decimal21217214600.190.310.1723.6443.4270.2
HexD4AC920131F11182b46
Octal32425422202337213053106
Binary1101010010101100100100100100111111110001110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AC92; }

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

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

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

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

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

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

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

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