#D9AF85

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

Shades of Calico #D9AF85

Tints of Calico #D9AF85

Color information

#D9AF85 (or 0xD9AF85) is unknown color: approx Calico. HEX triplet: D9, AF and 85. RGB value is (217,175,133). Sum of RGB (Red+Green+Blue) = 217+175+133=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF85 is #26507A. Grayscale: #B6B6B6. Windows color (decimal): -2510971 or 8761305. OLE color: 8761305.

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

Color convert

RGB217175133-
CMYK00.190.390.15
HSL30º52.5%68.63%-
HSV(B)30º38.71%85.1%-
XYZ48.1847.1128.74-
YUV182.7799.91152.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=41.33%
G=33.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717513300.190.390.153052.568.63
HexD9AF8501327F1e3545
Octal33125720502347173665105
Binary1101100110101111100001010100111001111111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF85; }

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

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

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

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

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

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

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

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