#DABE57

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

Shades of Tacha #DABE57

Tints of Tacha #DABE57

Color information

#DABE57 (or 0xDABE57) is unknown color: approx Tacha. HEX triplet: DA, BE and 57. RGB value is (218,190,87). Sum of RGB (Red+Green+Blue) = 218+190+87=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 87 (34.38% from 255 or 17.58% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE57 is #2541A8. Grayscale: #BBBBBB. Windows color (decimal): -2441641 or 5750490. OLE color: 5750490.

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

Color convert

RGB21819087-
CMYK00.130.600.15
HSL47.18º63.9%59.8%-
HSV(B)47.18º60.09%85.49%-
XYZ49.0552.4216.55-
YUV186.6371.78150.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 190 (74.61% from 255) = 38.38%
BLUE value IS 87 (34.38% from 255) = 17.58%
R=44.04%
G=38.38%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181908700.130.600.1547.1863.959.8
HexDABE570D3CF2f403c
Octal33227612701574175710074
Binary110110101011111010101110110111110011111011111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE57; }

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

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

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

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

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

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

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

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