#D7AF84

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

Shades of Calico #D7AF84

Tints of Calico #D7AF84

Color information

#D7AF84 (or 0xD7AF84) is unknown color: approx Calico. HEX triplet: D7, AF and 84. RGB value is (215,175,132). Sum of RGB (Red+Green+Blue) = 215+175+132=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 132 (51.95% from 255 or 25.29% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF84 is #28507B. Grayscale: #B6B6B6. Windows color (decimal): -2642044 or 8695767. OLE color: 8695767.

HSL color Cylindrical-coordinate representation of color #D7AF84: hue angle of 31.08º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7AF84 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215175132-
CMYK00.190.390.16
HSL31.08º50.92%68.04%-
HSV(B)31.08º38.6%84.31%-
XYZ47.5246.7728.35-
YUV182.0699.75151.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 132 (51.95% from 255) = 25.29%
R=41.19%
G=33.52%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517513200.190.390.1631.0850.9268.04
HexD7AF8401327101f3344
Octal32725720402347203763104
Binary11010111101011111000010001001110011110000111111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF84; }

 p { color: rgb(215,175,132); }

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

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

 a { background-color: rgb(215,175,132); }

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

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

 span { border-color: rgb(215,175,132); }

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