#D6AF84

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

Shades of Calico #D6AF84

Tints of Calico #D6AF84

Color information

#D6AF84 (or 0xD6AF84) is unknown color: approx Calico. HEX triplet: D6, AF and 84. RGB value is (214,175,132). Sum of RGB (Red+Green+Blue) = 214+175+132=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AF84 is #29507B. Grayscale: #B5B5B5. Windows color (decimal): -2707580 or 8695766. OLE color: 8695766.

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

Color convert

RGB214175132-
CMYK00.180.380.16
HSL31.46º50%67.84%-
HSV(B)31.46º38.32%83.92%-
XYZ47.2346.6228.34-
YUV181.7699.92151-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=41.07%
G=33.59%
B=25.34%

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
Decimal21417513200.180.380.1631.465067.84
HexD6AF8401226101f3244
Octal32625720402246203762104
Binary11010110101011111000010001001010011010000111111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AF84; }

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

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

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

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

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

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

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

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