#D6AB85

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

Shades of Calico #D6AB85

Tints of Calico #D6AB85

Color information

#D6AB85 (or 0xD6AB85) is unknown color: approx Calico. HEX triplet: D6, AB and 85. RGB value is (214,171,133). Sum of RGB (Red+Green+Blue) = 214+171+133=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB85 is #29547A. Grayscale: #B3B3B3. Windows color (decimal): -2708603 or 8760278. OLE color: 8760278.

HSL color Cylindrical-coordinate representation of color #D6AB85: hue angle of 28.15º 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 #D6AB85 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214171133-
CMYK00.200.380.16
HSL28.15º49.69%68.04%-
HSV(B)28.15º37.85%83.92%-
XYZ46.5345.1228.45-
YUV179.52101.75152.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=41.31%
G=33.01%
B=25.68%

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
Decimal21417113300.200.380.1628.1549.6968.04
HexD6AB8501426101c3244
Octal32625320502446203462104
Binary11010110101010111000010101010010011010000111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB85; }

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

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

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

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

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

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

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

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