#D6B189

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

Shades of Calico #D6B189

Tints of Calico #D6B189

Color information

#D6B189 (or 0xD6B189) is unknown color: approx Calico. HEX triplet: D6, B1 and 89. RGB value is (214,177,137). Sum of RGB (Red+Green+Blue) = 214+177+137=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B189 is #294E76. Grayscale: #B7B7B7. Windows color (decimal): -2707063 or 9023958. OLE color: 9023958.

HSL color Cylindrical-coordinate representation of color #D6B189: hue angle of 31.17º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6B189 is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214177137-
CMYK00.170.360.16
HSL31.17º48.43%68.82%-
HSV(B)31.17º35.98%83.92%-
XYZ47.9747.5530.32-
YUV183.5101.76149.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 137 (53.91% from 255) = 25.95%
R=40.53%
G=33.52%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417713700.170.360.1631.1748.4368.82
HexD6B18901124101f3045
Octal32626121102144203760105
Binary11010110101100011000100101000110010010000111111100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B189; }

 p { color: rgb(214,177,137); }

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

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

 a { background-color: rgb(214,177,137); }

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

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

 span { border-color: rgb(214,177,137); }

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