#D0AC8A

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

Shades of Calico #D0AC8A

Tints of Calico #D0AC8A

Color information

#D0AC8A (or 0xD0AC8A) is unknown color: approx Calico. HEX triplet: D0, AC and 8A. RGB value is (208,172,138). Sum of RGB (Red+Green+Blue) = 208+172+138=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC8A is #2F5375. Grayscale: #B3B3B3. Windows color (decimal): -3101558 or 9088208. OLE color: 9088208.

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

Color convert

RGB208172138-
CMYK00.170.340.18
HSL29.14º42.68%67.84%-
HSV(B)29.14º33.65%81.57%-
XYZ45.3544.7530.29-
YUV178.89104.93148.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=40.15%
G=33.20%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817213800.170.340.1829.1442.6867.84
HexD0AC8A01122121d2b44
Octal32025421202142223553104
Binary11010000101011001000101001000110001010010111011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC8A; }

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

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

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

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

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

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

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

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