#D9B792

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

Shades of Pancho #D9B792

Tints of Pancho #D9B792

Color information

#D9B792 (or 0xD9B792) is unknown color: approx Pancho. HEX triplet: D9, B7 and 92. RGB value is (217,183,146). Sum of RGB (Red+Green+Blue) = 217+183+146=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B792 is #26486D. Grayscale: #BDBDBD. Windows color (decimal): -2508910 or 9615321. OLE color: 9615321.

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

Color convert

RGB217183146-
CMYK00.160.330.15
HSL31.27º48.3%71.18%-
HSV(B)31.27º32.72%85.1%-
XYZ50.7450.6934.3-
YUV188.95103.76148.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 146 (57.42% from 255) = 26.74%
R=39.74%
G=33.52%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718314600.160.330.1531.2748.371.18
HexD9B79201021F1f3047
Octal33126722202041173760107
Binary1101100110110111100100100100001000011111111111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B792; }

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

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

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

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

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

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

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

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