#D6AC7A

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

Shades of Calico #D6AC7A

Tints of Calico #D6AC7A

Color information

#D6AC7A (or 0xD6AC7A) is unknown color: approx Calico. HEX triplet: D6, AC and 7A. RGB value is (214,172,122). Sum of RGB (Red+Green+Blue) = 214+172+122=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC7A is #295385. Grayscale: #B3B3B3. Windows color (decimal): -2708358 or 8039638. OLE color: 8039638.

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

Color convert

RGB214172122-
CMYK00.200.430.16
HSL32.61º52.87%65.88%-
HSV(B)32.61º42.99%83.92%-
XYZ4645.2124.71-
YUV178.8695.91153.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=42.13%
G=33.86%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417212200.200.430.1632.6152.8765.88
HexD6AC7A0142B10213542
Octal32625417202453204165102
Binary11010110101011001111010010100101011100001000011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC7A; }

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

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

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

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

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

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

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

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