#D9BD92

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

Shades of Pancho #D9BD92

Tints of Pancho #D9BD92

Color information

#D9BD92 (or 0xD9BD92) is unknown color: approx Pancho. HEX triplet: D9, BD and 92. RGB value is (217,189,146). Sum of RGB (Red+Green+Blue) = 217+189+146=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BD92 is #26426D. Grayscale: #C0C0C0. Windows color (decimal): -2507374 or 9616857. OLE color: 9616857.

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

Color convert

RGB217189146-
CMYK00.130.330.15
HSL36.34º48.3%71.18%-
HSV(B)36.34º32.72%85.1%-
XYZ5253.2234.73-
YUV192.47101.78145.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.31%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=39.31%
G=34.24%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718914600.130.330.1536.3448.371.18
HexD9BD920D21F243047
Octal33127522201541174460107
Binary1101100110111101100100100110110000111111001001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BD92; }

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

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

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

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

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

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

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

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