#DABE5E

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

Shades of Tacha #DABE5E

Tints of Tacha #DABE5E

Color information

#DABE5E (or 0xDABE5E) is unknown color: approx Tacha. HEX triplet: DA, BE and 5E. RGB value is (218,190,94). Sum of RGB (Red+Green+Blue) = 218+190+94=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE5E is #2541A1. Grayscale: #BBBBBB. Windows color (decimal): -2441634 or 6209242. OLE color: 6209242.

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

Color convert

RGB21819094-
CMYK00.130.570.15
HSL46.45º62.63%61.18%-
HSV(B)46.45º56.88%85.49%-
XYZ49.3552.5418.13-
YUV187.4375.28149.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.43%
GREEN value IS 190 (74.61% from 255) = 37.85%
BLUE value IS 94 (37.11% from 255) = 18.73%
R=43.43%
G=37.85%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181909400.130.570.1546.4562.6361.18
HexDABE5E0D39F2e3f3d
Octal3322761360157117567775
Binary11011010101111101011110011011110011111101110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE5E; }

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

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

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

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

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

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

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

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