#d0ae95

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

Shades of Cashmere #D0AE95

Tints of Cashmere #D0AE95

Color information

#D0AE95 (or 0xD0AE95) is unknown color: approx Cashmere. HEX triplet: D0, AE and 95. RGB value is (208,174,149). Sum of RGB (Red+Green+Blue) = 208+174+149=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE95 is #2F516A. Grayscale: #B5B5B5. Windows color (decimal): -3101035 or 9809616. OLE color: 9809616.

HSL color Cylindrical-coordinate representation of color #D0AE95: hue angle of 25.42º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0AE95 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208174149-
CMYK00.160.280.18
HSL25.42º38.56%70%-
HSV(B)25.42º28.37%81.57%-
XYZ46.5745.8534.83-
YUV181.32109.76147.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=39.17%
G=32.77%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817414900.160.280.1825.4238.5670
HexD0AE950101C12192746
Octal32025622502034223147106
Binary1101000010101110100101010100001110010010110011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0ae95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0ae95; }

 p { color: rgb(208,174,149); }

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

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

 a { background-color: rgb(208,174,149); }

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

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

 span { border-color: rgb(208,174,149); }

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