#D7B47B

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

Shades of Calico #D7B47B

Tints of Calico #D7B47B

Color information

#D7B47B (or 0xD7B47B) is unknown color: approx Calico. HEX triplet: D7, B4 and 7B. RGB value is (215,180,123). Sum of RGB (Red+Green+Blue) = 215+180+123=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B47B is #284B84. Grayscale: #B8B8B8. Windows color (decimal): -2640773 or 8107223. OLE color: 8107223.

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

Color convert

RGB215180123-
CMYK00.160.430.16
HSL37.17º53.49%66.27%-
HSV(B)37.17º42.79%84.31%-
XYZ47.9248.5225.58-
YUV183.9793.6150.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 123 (48.44% from 255) = 23.75%
R=41.51%
G=34.75%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518012300.160.430.1637.1753.4966.27
HexD7B47B0102B10253542
Octal32726417302053204565102
Binary11010111101101001111011010000101011100001001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B47B; }

 p { color: rgb(215,180,123); }

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

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

 a { background-color: rgb(215,180,123); }

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

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

 span { border-color: rgb(215,180,123); }

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