#D0AC7D

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

Shades of Calico #D0AC7D

Tints of Calico #D0AC7D

Color information

#D0AC7D (or 0xD0AC7D) is unknown color: approx Calico. HEX triplet: D0, AC and 7D. RGB value is (208,172,125). Sum of RGB (Red+Green+Blue) = 208+172+125=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC7D is #2F5382. Grayscale: #B1B1B1. Windows color (decimal): -3101571 or 8236240. OLE color: 8236240.

HSL color Cylindrical-coordinate representation of color #D0AC7D: hue angle of 33.98º 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 #D0AC7D is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB208172125-
CMYK00.170.400.18
HSL33.98º46.89%65.29%-
HSV(B)33.98º39.9%81.57%-
XYZ44.4744.425.63-
YUV177.4198.43149.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=41.19%
G=34.06%
B=24.75%

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
Decimal20817212500.170.400.1833.9846.8965.29
HexD0AC7D0112812222f41
Octal32025417502150224257101
Binary11010000101011001111101010001101000100101000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC7D; }

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

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

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

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

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

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

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

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