#D8AF7C

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

Shades of Calico #D8AF7C

Tints of Calico #D8AF7C

Color information

#D8AF7C (or 0xD8AF7C) is unknown color: approx Calico. HEX triplet: D8, AF and 7C. RGB value is (216,175,124). Sum of RGB (Red+Green+Blue) = 216+175+124=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 124 (48.83% from 255 or 24.08% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF7C is #275083. Grayscale: #B5B5B5. Windows color (decimal): -2576516 or 8171480. OLE color: 8171480.

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

Color convert

RGB216175124-
CMYK00.190.430.15
HSL33.26º54.12%66.67%-
HSV(B)33.26º42.59%84.71%-
XYZ47.2946.7125.59-
YUV181.4495.58152.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.94%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 124 (48.83% from 255) = 24.08%
R=41.94%
G=33.98%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617512400.190.430.1533.2654.1266.67
HexD8AF7C0132BF213643
Octal33025717402353174166103
Binary1101100010101111111110001001110101111111000011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF7C; }

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

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

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

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

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

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

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

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