#D6AB83

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

Shades of Calico #D6AB83

Tints of Calico #D6AB83

Color information

#D6AB83 (or 0xD6AB83) is unknown color: approx Calico. HEX triplet: D6, AB and 83. RGB value is (214,171,131). Sum of RGB (Red+Green+Blue) = 214+171+131=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB83 is #29547C. Grayscale: #B3B3B3. Windows color (decimal): -2708605 or 8629206. OLE color: 8629206.

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

Color convert

RGB214171131-
CMYK00.200.390.16
HSL28.92º50.3%67.65%-
HSV(B)28.92º38.79%83.92%-
XYZ46.3945.0627.73-
YUV179.3100.75152.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.47%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 131 (51.56% from 255) = 25.39%
R=41.47%
G=33.14%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417113100.200.390.1628.9250.367.65
HexD6AB8301427101d3244
Octal32625320302447203562104
Binary11010110101010111000001101010010011110000111011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB83; }

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

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

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

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

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

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

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

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