#D6AA7B

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

Shades of Calico #D6AA7B

Tints of Calico #D6AA7B

Color information

#D6AA7B (or 0xD6AA7B) is unknown color: approx Calico. HEX triplet: D6, AA and 7B. RGB value is (214,170,123). Sum of RGB (Red+Green+Blue) = 214+170+123=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA7B is #295584. Grayscale: #B2B2B2. Windows color (decimal): -2708869 or 8104662. OLE color: 8104662.

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

Color convert

RGB214170123-
CMYK00.210.430.16
HSL30.99º52.6%66.08%-
HSV(B)30.99º42.52%83.92%-
XYZ45.6844.4824.92-
YUV177.897.08153.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.21%
GREEN value IS 170 (66.80% from 255) = 33.53%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=42.21%
G=33.53%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417012300.210.430.1630.9952.666.08
HexD6AA7B0152B101f3542
Octal32625217302553203765102
Binary1101011010101010111101101010110101110000111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA7B; }

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

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

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

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

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

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

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

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