#D8AD7A

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

Shades of Calico #D8AD7A

Tints of Calico #D8AD7A

Color information

#D8AD7A (or 0xD8AD7A) is unknown color: approx Calico. HEX triplet: D8, AD and 7A. RGB value is (216,173,122). Sum of RGB (Red+Green+Blue) = 216+173+122=511 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.27% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AD7A is #275285. Grayscale: #B4B4B4. Windows color (decimal): -2577030 or 8039896. OLE color: 8039896.

HSL color Cylindrical-coordinate representation of color #D8AD7A: hue angle of 32.55º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8AD7A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216173122-
CMYK00.200.440.15
HSL32.55º54.65%66.27%-
HSV(B)32.55º43.52%84.71%-
XYZ46.7845.8924.8-
YUV180.0495.25153.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.27%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=42.27%
G=33.86%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617312200.200.440.1532.5554.6566.27
HexD8AD7A0142CF213742
Octal33025517202454174167102
Binary1101100010101101111101001010010110011111000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD7A; }

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

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

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

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

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

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

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

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