#D9BD96

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

Shades of Pancho #D9BD96

Tints of Pancho #D9BD96

Color information

#D9BD96 (or 0xD9BD96) is unknown color: approx Pancho. HEX triplet: D9, BD and 96. RGB value is (217,189,150). Sum of RGB (Red+Green+Blue) = 217+189+150=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD96 is #264269. Grayscale: #C1C1C1. Windows color (decimal): -2507370 or 9879001. OLE color: 9879001.

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

Color convert

RGB217189150-
CMYK00.130.310.15
HSL34.93º46.85%71.96%-
HSV(B)34.93º30.88%85.1%-
XYZ52.3253.3536.39-
YUV192.93103.78145.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 150 (58.98% from 255) = 26.98%
R=39.03%
G=33.99%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718915000.130.310.1534.9346.8571.96
HexD9BD960D1FF232f48
Octal33127522601537174357110
Binary110110011011110110010110011011111111111000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD96; }

 p { color: rgb(217,189,150); }

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

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

 a { background-color: rgb(217,189,150); }

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

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

 span { border-color: rgb(217,189,150); }

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