#D5AD92

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

Shades of Cashmere #D5AD92

Tints of Cashmere #D5AD92

Color information

#D5AD92 (or 0xD5AD92) is unknown color: approx Cashmere. HEX triplet: D5, AD and 92. RGB value is (213,173,146). Sum of RGB (Red+Green+Blue) = 213+173+146=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD92 is #2A526D. Grayscale: #B6B6B6. Windows color (decimal): -2773614 or 9612757. OLE color: 9612757.

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

Color convert

RGB213173146-
CMYK00.190.310.16
HSL24.18º44.37%70.39%-
HSV(B)24.18º31.46%83.53%-
XYZ47.5746.1133.59-
YUV181.88107.75150.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=40.04%
G=32.52%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317314600.190.310.1624.1844.3770.39
HexD5AD920131F10182c46
Octal32525522202337203054106
Binary1101010110101101100100100100111111110000110001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AD92; }

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

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

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

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

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

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

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

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