#DABE93

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

Shades of Pancho #DABE93

Tints of Pancho #DABE93

Color information

#DABE93 (or 0xDABE93) is unknown color: approx Pancho. HEX triplet: DA, BE and 93. RGB value is (218,190,147). Sum of RGB (Red+Green+Blue) = 218+190+147=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABE93 is #25416C. Grayscale: #C1C1C1. Windows color (decimal): -2441581 or 9682650. OLE color: 9682650.

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

Color convert

RGB218190147-
CMYK00.130.330.15
HSL36.34º48.97%71.57%-
HSV(B)36.34º32.57%85.49%-
XYZ52.5953.8435.22-
YUV193.47101.78145.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 147 (57.81% from 255) = 26.49%
R=39.28%
G=34.23%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819014700.130.330.1536.3448.9771.57
HexDABE930D21F243148
Octal33227622301541174461110
Binary1101101010111110100100110110110000111111001001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE93; }

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

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

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

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

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

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

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

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