#DABE61

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

Shades of Tacha #DABE61

Tints of Tacha #DABE61

Color information

#DABE61 (or 0xDABE61) is unknown color: approx Tacha. HEX triplet: DA, BE and 61. RGB value is (218,190,97). Sum of RGB (Red+Green+Blue) = 218+190+97=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DABE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABE61 is #25419E. Grayscale: #BCBCBC. Windows color (decimal): -2441631 or 6405850. OLE color: 6405850.

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

Color convert

RGB21819097-
CMYK00.130.560.15
HSL46.12º62.05%61.76%-
HSV(B)46.12º55.5%85.49%-
XYZ49.4852.618.85-
YUV187.7776.78149.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.17%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 97 (38.28% from 255) = 19.21%
R=43.17%
G=37.62%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181909700.130.560.1546.1262.0561.76
HexDABE610D38F2e3e3e
Octal3322761410157017567676
Binary11011010101111101100001011011110001111101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABE61; }

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

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

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

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

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

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

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

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