#D8B17B

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

Shades of Calico #D8B17B

Tints of Calico #D8B17B

Color information

#D8B17B (or 0xD8B17B) is unknown color: approx Calico. HEX triplet: D8, B1 and 7B. RGB value is (216,177,123). Sum of RGB (Red+Green+Blue) = 216+177+123=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B17B is #274E84. Grayscale: #B6B6B6. Windows color (decimal): -2576005 or 8106456. OLE color: 8106456.

HSL color Cylindrical-coordinate representation of color #D8B17B: hue angle of 34.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8B17B is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216177123-
CMYK00.180.430.15
HSL34.84º54.39%66.47%-
HSV(B)34.84º43.06%84.71%-
XYZ47.6247.4725.39-
YUV182.594.42151.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.86%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 123 (48.44% from 255) = 23.84%
R=41.86%
G=34.30%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617712300.180.430.1534.8454.3966.47
HexD8B17B0122BF233642
Octal33026117302253174366102
Binary1101100010110001111101101001010101111111000111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B17B; }

 p { color: rgb(216,177,123); }

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

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

 a { background-color: rgb(216,177,123); }

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

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

 span { border-color: rgb(216,177,123); }

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