#D9B492

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

Shades of Pancho #D9B492

Tints of Pancho #D9B492

Color information

#D9B492 (or 0xD9B492) is unknown color: approx Pancho. HEX triplet: D9, B4 and 92. RGB value is (217,180,146). Sum of RGB (Red+Green+Blue) = 217+180+146=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 180 (70.70% from 255 or 33.15% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B492 is #264B6D. Grayscale: #BBBBBB. Windows color (decimal): -2509678 or 9614553. OLE color: 9614553.

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

Color convert

RGB217180146-
CMYK00.170.330.15
HSL28.73º48.3%71.18%-
HSV(B)28.73º32.72%85.1%-
XYZ50.1249.4734.1-
YUV187.19104.76149.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 33.15%
BLUE value IS 146 (57.42% from 255) = 26.89%
R=39.96%
G=33.15%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718014600.170.330.1528.7348.371.18
HexD9B49201121F1d3047
Octal33126422202141173560107
Binary1101100110110100100100100100011000011111111011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B492; }

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

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

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

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

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

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

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

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