#D9BA92

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

Shades of Pancho #D9BA92

Tints of Pancho #D9BA92

Color information

#D9BA92 (or 0xD9BA92) is unknown color: approx Pancho. HEX triplet: D9, BA and 92. RGB value is (217,186,146). Sum of RGB (Red+Green+Blue) = 217+186+146=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA92 is #26456D. Grayscale: #BEBEBE. Windows color (decimal): -2508142 or 9616089. OLE color: 9616089.

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

Color convert

RGB217186146-
CMYK00.140.330.15
HSL33.8º48.3%71.18%-
HSV(B)33.8º32.72%85.1%-
XYZ51.3651.9434.51-
YUV190.71102.77146.75-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=39.53%
G=33.88%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718614600.140.330.1533.848.371.18
HexD9BA920E21F223047
Octal33127222201641174260107
Binary1101100110111010100100100111010000111111000101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA92; }

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

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

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

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

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

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

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

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