#D2AF86

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

Shades of Calico #D2AF86

Tints of Calico #D2AF86

Color information

#D2AF86 (or 0xD2AF86) is unknown color: approx Calico. HEX triplet: D2, AF and 86. RGB value is (210,175,134). Sum of RGB (Red+Green+Blue) = 210+175+134=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF86 is #2D5079. Grayscale: #B4B4B4. Windows color (decimal): -2969722 or 8826834. OLE color: 8826834.

HSL color Cylindrical-coordinate representation of color #D2AF86: hue angle of 32.37º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2AF86 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB210175134-
CMYK00.170.360.18
HSL32.37º45.78%67.45%-
HSV(B)32.37º36.19%82.35%-
XYZ46.2146.0829.01-
YUV180.79101.6148.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 134 (52.73% from 255) = 25.82%
R=40.46%
G=33.72%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017513400.170.360.1832.3745.7867.45
HexD2AF860112412202e43
Octal32225720602144224056103
Binary110100101010111110000110010001100100100101000001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF86; }

 p { color: rgb(210,175,134); }

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

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

 a { background-color: rgb(210,175,134); }

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

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

 span { border-color: rgb(210,175,134); }

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