#DBB792

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

Shades of Pancho #DBB792

Tints of Pancho #DBB792

Color information

#DBB792 (or 0xDBB792) is unknown color: approx Pancho. HEX triplet: DB, B7 and 92. RGB value is (219,183,146). Sum of RGB (Red+Green+Blue) = 219+183+146=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB792 is #24486D. Grayscale: #BDBDBD. Windows color (decimal): -2377838 or 9615323. OLE color: 9615323.

HSL color Cylindrical-coordinate representation of color #DBB792: hue angle of 30.41º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBB792 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB219183146-
CMYK00.160.330.14
HSL30.41º50.34%71.57%-
HSV(B)30.41º33.33%85.88%-
XYZ51.345134.33-
YUV189.55103.43149.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=39.96%
G=33.39%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918314600.160.330.1430.4150.3471.57
HexDBB79201021E1e3248
Octal33326722202041163662110
Binary1101101110110111100100100100001000011110111101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB792; }

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

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

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

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

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

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

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

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