#DAB797

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

Shades of Pancho #DAB797

Tints of Pancho #DAB797

Color information

#DAB797 (or 0xDAB797) is unknown color: approx Pancho. HEX triplet: DA, B7 and 97. RGB value is (218,183,151). Sum of RGB (Red+Green+Blue) = 218+183+151=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB797 is #254868. Grayscale: #BDBDBD. Windows color (decimal): -2443369 or 9943002. OLE color: 9943002.

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

Color convert

RGB218183151-
CMYK00.160.310.15
HSL28.66º47.52%72.35%-
HSV(B)28.66º30.73%85.49%-
XYZ51.4351.0136.41-
YUV189.82106.1148.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 183 (71.88% from 255) = 33.15%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=39.49%
G=33.15%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818315100.160.310.1528.6647.5272.35
HexDAB7970101FF1d3048
Octal33226722702037173560110
Binary110110101011011110010111010000111111111111011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB797; }

 p { color: rgb(218,183,151); }

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

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

 a { background-color: rgb(218,183,151); }

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

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

 span { border-color: rgb(218,183,151); }

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