#D8AD8A

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

Shades of Calico #D8AD8A

Tints of Calico #D8AD8A

Color information

#D8AD8A (or 0xD8AD8A) is unknown color: approx Calico. HEX triplet: D8, AD and 8A. RGB value is (216,173,138). Sum of RGB (Red+Green+Blue) = 216+173+138=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD8A is #275275. Grayscale: #B6B6B6. Windows color (decimal): -2577014 or 9088472. OLE color: 9088472.

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

Color convert

RGB216173138-
CMYK00.200.360.15
HSL26.92º50%69.41%-
HSV(B)26.92º36.11%84.71%-
XYZ47.8546.3230.46-
YUV181.87103.25152.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 138 (54.30% from 255) = 26.19%
R=40.99%
G=32.83%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617313800.200.360.1526.925069.41
HexD8AD8A01424F1b3245
Octal33025521202444173362105
Binary1101100010101101100010100101001001001111110111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AD8A; }

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

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

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

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

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

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

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

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