#D0AC82

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

Shades of Calico #D0AC82

Tints of Calico #D0AC82

Color information

#D0AC82 (or 0xD0AC82) is unknown color: approx Calico. HEX triplet: D0, AC and 82. RGB value is (208,172,130). Sum of RGB (Red+Green+Blue) = 208+172+130=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC82 is #2F537D. Grayscale: #B2B2B2. Windows color (decimal): -3101566 or 8563920. OLE color: 8563920.

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

Color convert

RGB208172130-
CMYK00.170.380.18
HSL32.31º45.35%66.27%-
HSV(B)32.31º37.5%81.57%-
XYZ44.7944.5327.35-
YUV177.98100.93149.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=40.78%
G=33.73%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817213000.170.380.1832.3145.3566.27
HexD0AC820112612202d42
Octal32025420202146224055102
Binary110100001010110010000010010001100110100101000001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC82; }

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

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

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

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

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

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

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

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