#D0AE92

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

Shades of Cashmere #D0AE92

Tints of Cashmere #D0AE92

Color information

#D0AE92 (or 0xD0AE92) is unknown color: approx Cashmere. HEX triplet: D0, AE and 92. RGB value is (208,174,146). Sum of RGB (Red+Green+Blue) = 208+174+146=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE92 is #2F516D. Grayscale: #B5B5B5. Windows color (decimal): -3101038 or 9613008. OLE color: 9613008.

HSL color Cylindrical-coordinate representation of color #D0AE92: hue angle of 27.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AE92 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208174146-
CMYK00.160.300.18
HSL27.1º39.74%69.41%-
HSV(B)27.1º29.81%81.57%-
XYZ46.3445.7633.58-
YUV180.97108.26147.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 146 (57.42% from 255) = 27.65%
R=39.39%
G=32.95%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817414600.160.300.1827.139.7469.41
HexD0AE920101E121b2845
Octal32025622202036223350105
Binary1101000010101110100100100100001111010010110111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE92; }

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

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

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

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

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

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

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

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