#D0AC88

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

Shades of Calico #D0AC88

Tints of Calico #D0AC88

Color information

#D0AC88 (or 0xD0AC88) is unknown color: approx Calico. HEX triplet: D0, AC and 88. RGB value is (208,172,136). Sum of RGB (Red+Green+Blue) = 208+172+136=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC88 is #2F5377. Grayscale: #B2B2B2. Windows color (decimal): -3101560 or 8957136. OLE color: 8957136.

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

Color convert

RGB208172136-
CMYK00.170.350.18
HSL30º43.37%67.45%-
HSV(B)30º34.62%81.57%-
XYZ45.2144.6929.54-
YUV178.66103.93148.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=40.31%
G=33.33%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817213600.170.350.183043.3767.45
HexD0AC8801123121e2b43
Octal32025421002143223653103
Binary11010000101011001000100001000110001110010111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC88; }

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

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

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

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

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

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

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

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