#DBB698

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

Shades of Pancho #DBB698

Tints of Pancho #DBB698

Color information

#DBB698 (or 0xDBB698) is unknown color: approx Pancho. HEX triplet: DB, B6 and 98. RGB value is (219,182,152). Sum of RGB (Red+Green+Blue) = 219+182+152=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB698 is #244967. Grayscale: #BDBDBD. Windows color (decimal): -2378088 or 10008283. OLE color: 10008283.

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

Color convert

RGB219182152-
CMYK00.170.310.14
HSL26.87º48.2%72.75%-
HSV(B)26.87º30.59%85.88%-
XYZ51.6150.7836.79-
YUV189.64106.76148.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=39.60%
G=32.91%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918215200.170.310.1426.8748.272.75
HexDBB6980111FE1b3049
Octal33326623002137163360111
Binary110110111011011010011000010001111111110110111100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB698; }

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

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

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

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

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

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

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

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