#D5AE98

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

Shades of Cashmere #D5AE98

Tints of Cashmere #D5AE98

Color information

#D5AE98 (or 0xD5AE98) is unknown color: approx Cashmere. HEX triplet: D5, AE and 98. RGB value is (213,174,152). Sum of RGB (Red+Green+Blue) = 213+174+152=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AE98 is #2A5167. Grayscale: #B7B7B7. Windows color (decimal): -2773352 or 10006229. OLE color: 10006229.

HSL color Cylindrical-coordinate representation of color #D5AE98: hue angle of 21.64º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5AE98 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB213174152-
CMYK00.180.290.16
HSL21.64º42.07%71.57%-
HSV(B)21.64º28.64%83.53%-
XYZ48.2446.6936.17-
YUV183.15110.42149.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=39.52%
G=32.28%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317415200.180.290.1621.6442.0771.57
HexD5AE980121D10162a48
Octal32525623002235202652110
Binary1101010110101110100110000100101110110000101101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE98; }

 p { color: rgb(213,174,152); }

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

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

 a { background-color: rgb(213,174,152); }

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

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

 span { border-color: rgb(213,174,152); }

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