#D3AE92

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

Shades of Cashmere #D3AE92

Tints of Cashmere #D3AE92

Color information

#D3AE92 (or 0xD3AE92) is unknown color: approx Cashmere. HEX triplet: D3, AE and 92. RGB value is (211,174,146). Sum of RGB (Red+Green+Blue) = 211+174+146=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AE92 is #2C516D. Grayscale: #B6B6B6. Windows color (decimal): -2904430 or 9613011. OLE color: 9613011.

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

Color convert

RGB211174146-
CMYK00.180.310.17
HSL25.85º42.48%70%-
HSV(B)25.85º30.81%82.75%-
XYZ47.1946.233.62-
YUV181.87107.76148.78-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=39.74%
G=32.77%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117414600.180.310.1725.8542.4870
HexD3AE920121F111a2a46
Octal32325622202237213252106
Binary1101001110101110100100100100101111110001110101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AE92; }

 p { color: rgb(211,174,146); }

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

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

 a { background-color: rgb(211,174,146); }

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

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

 span { border-color: rgb(211,174,146); }

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