#D5AB83

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

Shades of Calico #D5AB83

Tints of Calico #D5AB83

Color information

#D5AB83 (or 0xD5AB83) is unknown color: approx Calico. HEX triplet: D5, AB and 83. RGB value is (213,171,131). Sum of RGB (Red+Green+Blue) = 213+171+131=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB83 is #2A547C. Grayscale: #B3B3B3. Windows color (decimal): -2774141 or 8629205. OLE color: 8629205.

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

Color convert

RGB213171131-
CMYK00.200.380.16
HSL29.27º49.4%67.45%-
HSV(B)29.27º38.5%83.53%-
XYZ46.144.9127.71-
YUV179100.91152.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.36%
GREEN value IS 171 (67.19% from 255) = 33.20%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=41.36%
G=33.20%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317113100.200.380.1629.2749.467.45
HexD5AB8301426101d3143
Octal32525320302446203561103
Binary11010101101010111000001101010010011010000111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AB83; }

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

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

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

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

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

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

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

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