#D0AB83

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

Shades of Calico #D0AB83

Tints of Calico #D0AB83

Color information

#D0AB83 (or 0xD0AB83) is unknown color: approx Calico. HEX triplet: D0, AB and 83. RGB value is (208,171,131). Sum of RGB (Red+Green+Blue) = 208+171+131=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AB83 is #2F547C. Grayscale: #B1B1B1. Windows color (decimal): -3101821 or 8629200. OLE color: 8629200.

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

Color convert

RGB208171131-
CMYK00.180.370.18
HSL31.17º45.03%66.47%-
HSV(B)31.17º37.02%81.57%-
XYZ44.6744.1727.64-
YUV177.5101.76149.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=40.78%
G=33.53%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817113100.180.370.1831.1745.0366.47
HexD0AB8301225121f2d42
Octal32025320302245223755102
Binary11010000101010111000001101001010010110010111111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB83; }

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

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

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

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

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

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

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

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