#D7B189

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

Shades of Calico #D7B189

Tints of Calico #D7B189

Color information

#D7B189 (or 0xD7B189) is unknown color: approx Calico. HEX triplet: D7, B1 and 89. RGB value is (215,177,137). Sum of RGB (Red+Green+Blue) = 215+177+137=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B189 is #284E76. Grayscale: #B8B8B8. Windows color (decimal): -2641527 or 9023959. OLE color: 9023959.

HSL color Cylindrical-coordinate representation of color #D7B189: hue angle of 30.77º degrees, saturation: 0.49, 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 #D7B189 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215177137-
CMYK00.180.360.16
HSL30.77º49.37%69.02%-
HSV(B)30.77º36.28%84.31%-
XYZ48.2647.730.33-
YUV183.8101.59150.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 137 (53.91% from 255) = 25.90%
R=40.64%
G=33.46%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517713700.180.360.1630.7749.3769.02
HexD7B18901224101f3145
Octal32726121102244203761105
Binary11010111101100011000100101001010010010000111111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B189; }

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

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

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

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

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

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

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

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