#DABE94

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

Shades of Pancho #DABE94

Tints of Pancho #DABE94

Color information

#DABE94 (or 0xDABE94) is unknown color: approx Pancho. HEX triplet: DA, BE and 94. RGB value is (218,190,148). Sum of RGB (Red+Green+Blue) = 218+190+148=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE94 is #25416B. Grayscale: #C1C1C1. Windows color (decimal): -2441580 or 9748186. OLE color: 9748186.

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

Color convert

RGB218190148-
CMYK00.130.320.15
HSL36º48.61%71.76%-
HSV(B)36º32.11%85.49%-
XYZ52.6753.8735.64-
YUV193.58102.28145.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 148 (58.20% from 255) = 26.62%
R=39.21%
G=34.17%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819014800.130.320.153648.6171.76
HexDABE940D20F243148
Octal33227622401540174461110
Binary1101101010111110100101000110110000011111001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE94; }

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

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

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

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

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

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

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

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