#D6AB7B

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

Shades of Calico #D6AB7B

Tints of Calico #D6AB7B

Color information

#D6AB7B (or 0xD6AB7B) is unknown color: approx Calico. HEX triplet: D6, AB and 7B. RGB value is (214,171,123). Sum of RGB (Red+Green+Blue) = 214+171+123=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB7B is #295484. Grayscale: #B2B2B2. Windows color (decimal): -2708613 or 8104918. OLE color: 8104918.

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

Color convert

RGB214171123-
CMYK00.200.430.16
HSL31.65º52.6%66.08%-
HSV(B)31.65º42.52%83.92%-
XYZ45.8744.8524.98-
YUV178.3896.75153.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 123 (48.44% from 255) = 24.21%
R=42.13%
G=33.66%
B=24.21%

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
Decimal21417112300.200.430.1631.6552.666.08
HexD6AB7B0142B10203542
Octal32625317302453204065102
Binary11010110101010111111011010100101011100001000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB7B; }

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

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

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

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

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

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

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

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