#D0AE9B

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

Shades of Cashmere #D0AE9B

Tints of Cashmere #D0AE9B

Color information

#D0AE9B (or 0xD0AE9B) is unknown color: approx Cashmere. HEX triplet: D0, AE and 9B. RGB value is (208,174,155). Sum of RGB (Red+Green+Blue) = 208+174+155=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE9B is #2F5164. Grayscale: #B6B6B6. Windows color (decimal): -3101029 or 10202832. OLE color: 10202832.

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

Color convert

RGB208174155-
CMYK00.160.250.18
HSL21.51º36.05%71.18%-
HSV(B)21.51º25.48%81.57%-
XYZ47.0646.0537.42-
YUV182112.76146.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=38.73%
G=32.40%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415500.160.250.1821.5136.0571.18
HexD0AE9B0101912162447
Octal32025623302031222644107
Binary1101000010101110100110110100001100110010101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE9B; }

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

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

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

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

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

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

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

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