#D8AB7C

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

Shades of Calico #D8AB7C

Tints of Calico #D8AB7C

Color information

#D8AB7C (or 0xD8AB7C) is unknown color: approx Calico. HEX triplet: D8, AB and 7C. RGB value is (216,171,124). Sum of RGB (Red+Green+Blue) = 216+171+124=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB7C is #275483. Grayscale: #B3B3B3. Windows color (decimal): -2577540 or 8170456. OLE color: 8170456.

HSL color Cylindrical-coordinate representation of color #D8AB7C: hue angle of 30.65º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8AB7C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216171124-
CMYK00.210.430.15
HSL30.65º54.12%66.67%-
HSV(B)30.65º42.59%84.71%-
XYZ46.5245.1825.34-
YUV179.196.91154.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 124 (48.83% from 255) = 24.27%
R=42.27%
G=33.46%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617112400.210.430.1530.6554.1266.67
HexD8AB7C0152BF1f3643
Octal33025317402553173766103
Binary110110001010101111111000101011010111111111111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB7C; }

 p { color: rgb(216,171,124); }

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

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

 a { background-color: rgb(216,171,124); }

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

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

 span { border-color: rgb(216,171,124); }

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