#DABE95

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

Shades of Pancho #DABE95

Tints of Pancho #DABE95

Color information

#DABE95 (or 0xDABE95) is unknown color: approx Pancho. HEX triplet: DA, BE and 95. RGB value is (218,190,149). Sum of RGB (Red+Green+Blue) = 218+190+149=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE95 is #25416A. Grayscale: #C1C1C1. Windows color (decimal): -2441579 or 9813722. OLE color: 9813722.

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

Color convert

RGB218190149-
CMYK00.130.320.15
HSL35.65º48.25%71.96%-
HSV(B)35.65º31.65%85.49%-
XYZ52.7553.936.06-
YUV193.7102.78145.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=39.14%
G=34.11%
B=26.75%

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
Decimal21819014900.130.320.1535.6548.2571.96
HexDABE950D20F243048
Octal33227622501540174460110
Binary1101101010111110100101010110110000011111001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE95; }

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

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

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

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

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

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

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

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