#D6AD85

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

Shades of Calico #D6AD85

Tints of Calico #D6AD85

Color information

#D6AD85 (or 0xD6AD85) is unknown color: approx Calico. HEX triplet: D6, AD and 85. RGB value is (214,173,133). Sum of RGB (Red+Green+Blue) = 214+173+133=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD85 is #29527A. Grayscale: #B4B4B4. Windows color (decimal): -2708091 or 8760790. OLE color: 8760790.

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

Color convert

RGB214173133-
CMYK00.190.380.16
HSL29.63º49.69%68.04%-
HSV(B)29.63º37.85%83.92%-
XYZ46.9145.8828.57-
YUV180.7101.08151.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 173 (67.97% from 255) = 33.27%
BLUE value IS 133 (52.34% from 255) = 25.58%
R=41.15%
G=33.27%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417313300.190.380.1629.6349.6968.04
HexD6AD8501326101e3244
Octal32625520502346203662104
Binary11010110101011011000010101001110011010000111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AD85; }

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

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

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

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

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

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

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

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