#D7AB83

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

Shades of Calico #D7AB83

Tints of Calico #D7AB83

Color information

#D7AB83 (or 0xD7AB83) is unknown color: approx Calico. HEX triplet: D7, AB and 83. RGB value is (215,171,131). Sum of RGB (Red+Green+Blue) = 215+171+131=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AB83 is #28547C. Grayscale: #B3B3B3. Windows color (decimal): -2643069 or 8629207. OLE color: 8629207.

HSL color Cylindrical-coordinate representation of color #D7AB83: hue angle of 28.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7AB83 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215171131-
CMYK00.200.390.16
HSL28.57º51.22%67.84%-
HSV(B)28.57º39.07%84.31%-
XYZ46.6845.2127.74-
YUV179.6100.58153.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 171 (67.19% from 255) = 33.08%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=41.59%
G=33.08%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517113100.200.390.1628.5751.2267.84
HexD7AB8301427101d3344
Octal32725320302447203563104
Binary11010111101010111000001101010010011110000111011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB83; }

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

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

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

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

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

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

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

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