#D0AD92

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

Shades of Cashmere #D0AD92

Tints of Cashmere #D0AD92

Color information

#D0AD92 (or 0xD0AD92) is unknown color: approx Cashmere. HEX triplet: D0, AD and 92. RGB value is (208,173,146). Sum of RGB (Red+Green+Blue) = 208+173+146=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD92 is #2F526D. Grayscale: #B4B4B4. Windows color (decimal): -3101294 or 9612752. OLE color: 9612752.

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

Color convert

RGB208173146-
CMYK00.170.300.18
HSL26.13º39.74%69.41%-
HSV(B)26.13º29.81%81.57%-
XYZ46.1445.3733.52-
YUV180.39108.6147.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=39.47%
G=32.83%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817314600.170.300.1826.1339.7469.41
HexD0AD920111E121a2845
Octal32025522202136223250105
Binary1101000010101101100100100100011111010010110101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD92; }

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

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

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

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

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

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

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

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