#D0AB7D

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

Shades of Calico #D0AB7D

Tints of Calico #D0AB7D

Color information

#D0AB7D (or 0xD0AB7D) is unknown color: approx Calico. HEX triplet: D0, AB and 7D. RGB value is (208,171,125). Sum of RGB (Red+Green+Blue) = 208+171+125=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB7D is #2F5482. Grayscale: #B1B1B1. Windows color (decimal): -3101827 or 8235984. OLE color: 8235984.

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

Color convert

RGB208171125-
CMYK00.180.400.18
HSL33.25º46.89%65.29%-
HSV(B)33.25º39.9%81.57%-
XYZ44.2844.0225.56-
YUV176.8298.76150.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=41.27%
G=33.93%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817112500.180.400.1833.2546.8965.29
HexD0AB7D0122812212f41
Octal32025317502250224157101
Binary11010000101010111111101010010101000100101000011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB7D; }

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

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

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

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

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

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

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

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