Html Css Color HEX #DABA59 Tacha

📋 copy color: '#DABA59'

red 218 ◦ green 186 ◦ blue 89

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

Shades of Tacha #DABA59

Tints of Tacha #DABA59

RGB

 RED value IS 218 (85.55% from 255) = 44.22%

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 89 (35.16% from 255) = 18.05%

R = 44.22%
G = 37.73%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DABA59 (or 0xDABA59) is known color: Tacha. HEX triplet: DA, BA and 59. RGB value is (218,186,89). Sum of RGB (Red+Green+Blue) = 218+186+89=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA59 is #2545A6. Grayscale: #B8B8B8. Windows color (decimal): -2442663 or 5880538. OLE color: 5880538.

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

Color convert

RGB 218 186 89 -
CMYK 0 0.15 0.59 0.15
HSL 45.12º 0.64% 0.6% -
HSV(B) 45.12º 0.59% 0.85% -
XYZ 48.28 50.74 16.7 -
YUV 184.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 218 186 89 0 0.15 0.59 0.15 45.12 0.64 0.6
Hex DA BA 59 0 F 3B F 2D 40 3C
Octal 332 272 131 0 17 73 17 55 100 74
Binary 11011010 10111010 1011001 0 1111 111011 1111 101101 1000000 111100

Color Harmonies of #DABA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA59

Black with #DABA59

Text Example


Text Example

White with #DABA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA59; }

 p { color: rgb(218,186,89); }

 H1.HeaderClassName
 {
   color: #DABA59;
 }
 .AnyTagClassName
 {
   color: #DABA59;
 }
</style>

background-color css

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

 a { background-color: rgb(218,186,89); }

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

border-color css

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

 span { border-color: rgb(218,186,89); }

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