#D9BB92

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

Shades of Pancho #D9BB92

Tints of Pancho #D9BB92

Color information

#D9BB92 (or 0xD9BB92) is unknown color: approx Pancho. HEX triplet: D9, BB and 92. RGB value is (217,187,146). Sum of RGB (Red+Green+Blue) = 217+187+146=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 146 (57.42% from 255 or 26.55% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB92 is #26446D. Grayscale: #BFBFBF. Windows color (decimal): -2507886 or 9616345. OLE color: 9616345.

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

Color convert

RGB217187146-
CMYK00.140.330.15
HSL34.65º48.3%71.18%-
HSV(B)34.65º32.72%85.1%-
XYZ51.5752.3734.58-
YUV191.3102.44146.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 187 (73.44% from 255) = 34%
BLUE value IS 146 (57.42% from 255) = 26.55%
R=39.45%
G=34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718714600.140.330.1534.6548.371.18
HexD9BB920E21F233047
Octal33127322201641174360107
Binary1101100110111011100100100111010000111111000111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB92; }

 p { color: rgb(217,187,146); }

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

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

 a { background-color: rgb(217,187,146); }

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

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

 span { border-color: rgb(217,187,146); }

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