#D6AB7E

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

Shades of Calico #D6AB7E

Tints of Calico #D6AB7E

Color information

#D6AB7E (or 0xD6AB7E) is unknown color: approx Calico. HEX triplet: D6, AB and 7E. RGB value is (214,171,126). Sum of RGB (Red+Green+Blue) = 214+171+126=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB7E is #295481. Grayscale: #B2B2B2. Windows color (decimal): -2708610 or 8301526. OLE color: 8301526.

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

Color convert

RGB214171126-
CMYK00.200.410.16
HSL30.68º51.76%66.67%-
HSV(B)30.68º41.12%83.92%-
XYZ46.0644.9325.98-
YUV178.7398.25153.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 126 (49.61% from 255) = 24.66%
R=41.88%
G=33.46%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417112600.200.410.1630.6851.7666.67
HexD6AB7E01429101f3443
Octal32625317602451203764103
Binary1101011010101011111111001010010100110000111111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB7E; }

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

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

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

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

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

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

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

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