#D0AD9A

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

Shades of Cashmere #D0AD9A

Tints of Cashmere #D0AD9A

Color information

#D0AD9A (or 0xD0AD9A) is unknown color: approx Cashmere. HEX triplet: D0, AD and 9A. RGB value is (208,173,154). Sum of RGB (Red+Green+Blue) = 208+173+154=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD9A is #2F5265. Grayscale: #B5B5B5. Windows color (decimal): -3101286 or 10137040. OLE color: 10137040.

HSL color Cylindrical-coordinate representation of color #D0AD9A: hue angle of 21.11º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0AD9A is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208173154-
CMYK00.170.260.18
HSL21.11º36.49%70.98%-
HSV(B)21.11º25.96%81.57%-
XYZ46.7945.6336.91-
YUV181.3112.6147.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=38.88%
G=32.34%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817315400.170.260.1821.1136.4970.98
HexD0AD9A0111A12152447
Octal32025523202132222544107
Binary1101000010101101100110100100011101010010101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD9A; }

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

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

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

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

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

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

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

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