#DBB092

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

Shades of Pancho #DBB092

Tints of Pancho #DBB092

Color information

#DBB092 (or 0xDBB092) is unknown color: approx Pancho. HEX triplet: DB, B0 and 92. RGB value is (219,176,146). Sum of RGB (Red+Green+Blue) = 219+176+146=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 146 (57.42% from 255 or 26.99% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB092 is #244F6D. Grayscale: #B9B9B9. Windows color (decimal): -2379630 or 9613531. OLE color: 9613531.

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

Color convert

RGB219176146-
CMYK00.200.330.14
HSL24.66º50.34%71.57%-
HSV(B)24.66º33.33%85.88%-
XYZ49.9348.1933.86-
YUV185.44105.75151.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 146 (57.42% from 255) = 26.99%
R=40.48%
G=32.53%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917614600.200.330.1424.6650.3471.57
HexDBB09201421E193248
Octal33326022202441163162110
Binary1101101110110000100100100101001000011110110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB092; }

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

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

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

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

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

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

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

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