#D9BF92

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

Shades of Pancho #D9BF92

Tints of Pancho #D9BF92

Color information

#D9BF92 (or 0xD9BF92) is unknown color: approx Pancho. HEX triplet: D9, BF and 92. RGB value is (217,191,146). Sum of RGB (Red+Green+Blue) = 217+191+146=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 146 (57.42% from 255 or 26.35% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF92 is #26406D. Grayscale: #C1C1C1. Windows color (decimal): -2506862 or 9617369. OLE color: 9617369.

HSL color Cylindrical-coordinate representation of color #D9BF92: hue angle of 38.03º 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 #D9BF92 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217191146-
CMYK00.120.330.15
HSL38.03º48.3%71.18%-
HSV(B)38.03º32.72%85.1%-
XYZ52.4354.0934.87-
YUV193.64101.11144.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 146 (57.42% from 255) = 26.35%
R=39.17%
G=34.48%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719114600.120.330.1538.0348.371.18
HexD9BF920C21F263047
Octal33127722201441174660107
Binary1101100110111111100100100110010000111111001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BF92; }

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

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

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

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

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

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

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

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