#DABE96

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

Shades of Pancho #DABE96

Tints of Pancho #DABE96

Color information

#DABE96 (or 0xDABE96) is unknown color: approx Pancho. HEX triplet: DA, BE and 96. RGB value is (218,190,150). Sum of RGB (Red+Green+Blue) = 218+190+150=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE96 is #254169. Grayscale: #C2C2C2. Windows color (decimal): -2441578 or 9879258. OLE color: 9879258.

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

Color convert

RGB218190150-
CMYK00.130.310.15
HSL35.29º47.89%72.16%-
HSV(B)35.29º31.19%85.49%-
XYZ52.8353.9336.48-
YUV193.81103.28145.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 150 (58.98% from 255) = 26.88%
R=39.07%
G=34.05%
B=26.88%

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
Decimal21819015000.130.310.1535.2947.8972.16
HexDABE960D1FF233048
Octal33227622601537174360110
Binary110110101011111010010110011011111111111000111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE96; }

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

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

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

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

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

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

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

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