#D0AB7B

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

Shades of Calico #D0AB7B

Tints of Calico #D0AB7B

Color information

#D0AB7B (or 0xD0AB7B) is unknown color: approx Calico. HEX triplet: D0, AB and 7B. RGB value is (208,171,123). Sum of RGB (Red+Green+Blue) = 208+171+123=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 123 (48.44% from 255 or 24.50% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB7B is #2F5484. Grayscale: #B0B0B0. Windows color (decimal): -3101829 or 8104912. OLE color: 8104912.

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

Color convert

RGB208171123-
CMYK00.180.410.18
HSL33.88º47.49%64.9%-
HSV(B)33.88º40.87%81.57%-
XYZ44.1543.9724.9-
YUV176.5997.76150.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 171 (67.19% from 255) = 34.06%
BLUE value IS 123 (48.44% from 255) = 24.50%
R=41.43%
G=34.06%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817112300.180.410.1833.8847.4964.9
HexD0AB7B0122912222f41
Octal32025317302251224257101
Binary11010000101010111111011010010101001100101000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB7B; }

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

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

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

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

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

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

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

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