#D8AD7C

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

Shades of Calico #D8AD7C

Tints of Calico #D8AD7C

Color information

#D8AD7C (or 0xD8AD7C) is unknown color: approx Calico. HEX triplet: D8, AD and 7C. RGB value is (216,173,124). Sum of RGB (Red+Green+Blue) = 216+173+124=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD7C is #275283. Grayscale: #B4B4B4. Windows color (decimal): -2577028 or 8170968. OLE color: 8170968.

HSL color Cylindrical-coordinate representation of color #D8AD7C: hue angle of 31.96º 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 #D8AD7C is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216173124-
CMYK00.200.430.15
HSL31.96º54.12%66.67%-
HSV(B)31.96º42.59%84.71%-
XYZ46.945.9425.46-
YUV180.2796.25153.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 173 (67.97% from 255) = 33.72%
BLUE value IS 124 (48.83% from 255) = 24.17%
R=42.11%
G=33.72%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617312400.200.430.1531.9654.1266.67
HexD8AD7C0142BF203643
Octal33025517402453174066103
Binary1101100010101101111110001010010101111111000001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD7C; }

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

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

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

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

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

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

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

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