#D8B999

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

Shades of Pancho #D8B999

Tints of Pancho #D8B999

Color information

#D8B999 (or 0xD8B999) is unknown color: approx Pancho. HEX triplet: D8, B9 and 99. RGB value is (216,185,153). Sum of RGB (Red+Green+Blue) = 216+185+153=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B999 is #274666. Grayscale: #BEBEBE. Windows color (decimal): -2573927 or 10074584. OLE color: 10074584.

HSL color Cylindrical-coordinate representation of color #D8B999: hue angle of 30.48º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8B999 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216185153-
CMYK00.140.290.15
HSL30.48º44.68%72.35%-
HSV(B)30.48º29.17%84.71%-
XYZ51.4251.637.39-
YUV190.62106.77146.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 185 (72.66% from 255) = 33.39%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=38.99%
G=33.39%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618515300.140.290.1530.4844.6872.35
HexD8B9990E1DF1e2d48
Octal33027123101635173655110
Binary11011000101110011001100101110111011111111101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B999; }

 p { color: rgb(216,185,153); }

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

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

 a { background-color: rgb(216,185,153); }

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

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

 span { border-color: rgb(216,185,153); }

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