#D0AC8F

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

Shades of Cashmere #D0AC8F

Tints of Cashmere #D0AC8F

Color information

#D0AC8F (or 0xD0AC8F) is unknown color: approx Cashmere. HEX triplet: D0, AC and 8F. RGB value is (208,172,143). Sum of RGB (Red+Green+Blue) = 208+172+143=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC8F is #2F5370. Grayscale: #B3B3B3. Windows color (decimal): -3101553 or 9415888. OLE color: 9415888.

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

Color convert

RGB208172143-
CMYK00.170.310.18
HSL26.77º40.88%68.82%-
HSV(B)26.77º31.25%81.57%-
XYZ45.7244.932.24-
YUV179.46107.43148.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=39.77%
G=32.89%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817214300.170.310.1826.7740.8868.82
HexD0AC8F0111F121b2945
Octal32025421702137223351105
Binary1101000010101100100011110100011111110010110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC8F; }

 p { color: rgb(208,172,143); }

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

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

 a { background-color: rgb(208,172,143); }

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

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

 span { border-color: rgb(208,172,143); }

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