#DABE97

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

Shades of Pancho #DABE97

Tints of Pancho #DABE97

Color information

#DABE97 (or 0xDABE97) is unknown color: approx Pancho. HEX triplet: DA, BE and 97. RGB value is (218,190,151). Sum of RGB (Red+Green+Blue) = 218+190+151=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE97 is #254168. Grayscale: #C2C2C2. Windows color (decimal): -2441577 or 9944794. OLE color: 9944794.

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

Color convert

RGB218190151-
CMYK00.130.310.15
HSL34.93º47.52%72.35%-
HSV(B)34.93º30.73%85.49%-
XYZ52.9153.9736.91-
YUV193.93103.78145.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 151 (59.38% from 255) = 27.01%
R=39.00%
G=33.99%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819015100.130.310.1534.9347.5272.35
HexDABE970D1FF233048
Octal33227622701537174360110
Binary110110101011111010010111011011111111111000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE97; }

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

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

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

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

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

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

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

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