#D6AC7B

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

Shades of Calico #D6AC7B

Tints of Calico #D6AC7B

Color information

#D6AC7B (or 0xD6AC7B) is unknown color: approx Calico. HEX triplet: D6, AC and 7B. RGB value is (214,172,123). Sum of RGB (Red+Green+Blue) = 214+172+123=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 123 (48.44% from 255 or 24.17% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AC7B is #295384. Grayscale: #B3B3B3. Windows color (decimal): -2708357 or 8105174. OLE color: 8105174.

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

Color convert

RGB214172123-
CMYK00.200.430.16
HSL32.31º52.6%66.08%-
HSV(B)32.31º42.52%83.92%-
XYZ46.0645.2325.04-
YUV178.9796.41152.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 123 (48.44% from 255) = 24.17%
R=42.04%
G=33.79%
B=24.17%

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
Decimal21417212300.200.430.1632.3152.666.08
HexD6AC7B0142B10203542
Octal32625417302453204065102
Binary11010110101011001111011010100101011100001000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC7B; }

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

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

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

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

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

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

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

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