#D6AC85

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

Shades of Calico #D6AC85

Tints of Calico #D6AC85

Color information

#D6AC85 (or 0xD6AC85) is unknown color: approx Calico. HEX triplet: D6, AC and 85. RGB value is (214,172,133). Sum of RGB (Red+Green+Blue) = 214+172+133=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC85 is #29537A. Grayscale: #B4B4B4. Windows color (decimal): -2708347 or 8760534. OLE color: 8760534.

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

Color convert

RGB214172133-
CMYK00.200.380.16
HSL28.89º49.69%68.04%-
HSV(B)28.89º37.85%83.92%-
XYZ46.7245.4928.51-
YUV180.11101.41152.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=41.23%
G=33.14%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417213300.200.380.1628.8949.6968.04
HexD6AC8501426101d3244
Octal32625420502446203562104
Binary11010110101011001000010101010010011010000111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC85; }

 p { color: rgb(214,172,133); }

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

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

 a { background-color: rgb(214,172,133); }

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

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

 span { border-color: rgb(214,172,133); }

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