#D8AF85

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

Shades of Calico #D8AF85

Tints of Calico #D8AF85

Color information

#D8AF85 (or 0xD8AF85) is unknown color: approx Calico. HEX triplet: D8, AF and 85. RGB value is (216,175,133). Sum of RGB (Red+Green+Blue) = 216+175+133=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF85 is #27507A. Grayscale: #B6B6B6. Windows color (decimal): -2576507 or 8761304. OLE color: 8761304.

HSL color Cylindrical-coordinate representation of color #D8AF85: hue angle of 30.36º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8AF85 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216175133-
CMYK00.190.380.15
HSL30.36º51.55%68.43%-
HSV(B)30.36º38.43%84.71%-
XYZ47.8846.9528.73-
YUV182.47100.08151.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 175 (68.75% from 255) = 33.40%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=41.22%
G=33.40%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617513300.190.380.1530.3651.5568.43
HexD8AF8501326F1e3444
Octal33025720502346173664104
Binary1101100010101111100001010100111001101111111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF85; }

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

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

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

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

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

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

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

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