Html Css Color HEX #DABF58 Tacha

📋 copy color: '#DABF58'

red 218 ◦ green 191 ◦ blue 88

#DABF58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #DABF58

Tints of Tacha #DABF58

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 value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DABF58 (or 0xDABF58) is known color: 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

RGB 218 191 88 -
CMYK 0 0.12 0.60 0.15
HSL 47.54º 0.64% 0.6% -
HSV(B) 47.54º 0.6% 0.85% -
XYZ 49.31 52.87 16.84 -
YUV 187.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 218 191 88 0 0.12 0.60 0.15 47.54 0.64 0.6
Hex DA BF 58 0 C 3C F 30 40 3C
Octal 332 277 130 0 14 74 17 60 100 74
Binary 11011010 10111111 1011000 0 1100 111100 1111 110000 1000000 111100

Color Harmonies of #DABF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABF58

Black with #DABF58

Text Example


Text Example

White with #DABF58

Text Example


Text Example

HTML Codes & Css Web 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>