#DBBB98

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

Shades of Pancho #DBBB98

Tints of Pancho #DBBB98

Color information

#DBBB98 (or 0xDBBB98) is unknown color: approx Pancho. HEX triplet: DB, BB and 98. RGB value is (219,187,152). Sum of RGB (Red+Green+Blue) = 219+187+152=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB98 is #244467. Grayscale: #C0C0C0. Windows color (decimal): -2376808 or 10009563. OLE color: 10009563.

HSL color Cylindrical-coordinate representation of color #DBBB98: hue angle of 31.34º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBBB98 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB219187152-
CMYK00.150.310.14
HSL31.34º48.2%72.75%-
HSV(B)31.34º30.59%85.88%-
XYZ52.6552.8737.14-
YUV192.58105.1146.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=39.25%
G=33.51%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918715200.150.310.1431.3448.272.75
HexDBBB980F1FE1f3049
Octal33327323001737163760111
Binary11011011101110111001100001111111111110111111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBB98; }

 p { color: rgb(219,187,152); }

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

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

 a { background-color: rgb(219,187,152); }

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

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

 span { border-color: rgb(219,187,152); }

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