#DABF58

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

Shades of Tacha #DABF58

Tints of Tacha #DABF58

Color information

#DABF58 (or 0xDABF58) is unknown color: approx Tacha. HEX triplet: DA, BF and 58. RGB value is (218,191,88). Sum of RGB (Red+Green+Blue) = 218+191+88=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DABF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABF58 is #2540A7. Grayscale: #BBBBBB. Windows color (decimal): -2441384 or 5816282. OLE color: 5816282.

HSL color Cylindrical-coordinate representation of color #DABF58: hue angle of 47.54º 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 #DABF58 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21819188-
CMYK00.120.600.15
HSL47.54º63.73%60%-
HSV(B)47.54º59.63%85.49%-
XYZ49.3152.8716.84-
YUV187.3371.95149.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 88 (34.77% from 255) = 17.71%
R=43.86%
G=38.43%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181918800.120.600.1547.5463.7360
HexDABF580C3CF30403c
Octal33227713001474176010074
Binary110110101011111110110000110011110011111100001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABF58; }

 p { color: rgb(218,191,88); }

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

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

 a { background-color: rgb(218,191,88); }

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

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

 span { border-color: rgb(218,191,88); }

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