#d9bf94

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

Shades of Pancho #D9BF94

Tints of Pancho #D9BF94

Color information

#D9BF94 (or 0xD9BF94) is unknown color: approx Pancho. HEX triplet: D9, BF and 94. RGB value is (217,191,148). Sum of RGB (Red+Green+Blue) = 217+191+148=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BF94 is #26406B. Grayscale: #C2C2C2. Windows color (decimal): -2506860 or 9748441. OLE color: 9748441.

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

Color convert

RGB217191148-
CMYK00.120.320.15
HSL37.39º47.59%71.57%-
HSV(B)37.39º31.8%85.1%-
XYZ52.5954.1535.7-
YUV193.87102.11144.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=39.03%
G=34.35%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719114800.120.320.1537.3947.5971.57
HexD9BF940C20F253048
Octal33127722401440174560110
Binary1101100110111111100101000110010000011111001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9bf94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9bf94; }

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

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

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

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

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

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

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

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