#D6AF85

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

Shades of Calico #D6AF85

Tints of Calico #D6AF85

Color information

#D6AF85 (or 0xD6AF85) is unknown color: approx Calico. HEX triplet: D6, AF and 85. RGB value is (214,175,133). Sum of RGB (Red+Green+Blue) = 214+175+133=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF85 is #29507A. Grayscale: #B6B6B6. Windows color (decimal): -2707579 or 8761302. OLE color: 8761302.

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

Color convert

RGB214175133-
CMYK00.180.380.16
HSL31.11º49.69%68.04%-
HSV(B)31.11º37.85%83.92%-
XYZ47.346.6528.7-
YUV181.87100.42150.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 175 (68.75% from 255) = 33.52%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=41.00%
G=33.52%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417513300.180.380.1631.1149.6968.04
HexD6AF8501226101f3244
Octal32625720502246203762104
Binary11010110101011111000010101001010011010000111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF85; }

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

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

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

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

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

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

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

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