#D0AC7C

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

Shades of Calico #D0AC7C

Tints of Calico #D0AC7C

Color information

#D0AC7C (or 0xD0AC7C) is unknown color: approx Calico. HEX triplet: D0, AC and 7C. RGB value is (208,172,124). Sum of RGB (Red+Green+Blue) = 208+172+124=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC7C is #2F5383. Grayscale: #B1B1B1. Windows color (decimal): -3101572 or 8170704. OLE color: 8170704.

HSL color Cylindrical-coordinate representation of color #D0AC7C: hue angle of 34.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0AC7C is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208172124-
CMYK00.170.400.18
HSL34.29º47.19%65.1%-
HSV(B)34.29º40.38%81.57%-
XYZ44.444.3725.29-
YUV177.2997.93149.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 172 (67.58% from 255) = 34.13%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=41.27%
G=34.13%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817212400.170.400.1834.2947.1965.1
HexD0AC7C0112812222f41
Octal32025417402150224257101
Binary11010000101011001111100010001101000100101000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC7C; }

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

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

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

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

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

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

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

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