Html Css Color HEX #DABA50 Tacha

📋 copy color: '#DABA50'

red 218 ◦ green 186 ◦ blue 80

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

Shades of Tacha #DABA50

Tints of Tacha #DABA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.53%

R = 45.04%
G = 38.43%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DABA50 (or 0xDABA50) is known color: Tacha. HEX triplet: DA, BA and 50. RGB value is (218,186,80). Sum of RGB (Red+Green+Blue) = 218+186+80=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 80 (31.64% from 255 or 16.53% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA50 is #2545AF. Grayscale: #B7B7B7. Windows color (decimal): -2442672 or 5290714. OLE color: 5290714.

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

Color convert

RGB 218 186 80 -
CMYK 0 0.15 0.63 0.15
HSL 46.09º 0.65% 0.58% -
HSV(B) 46.09º 0.63% 0.85% -
XYZ 47.92 50.6 14.83 -
YUV 183.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 218 186 80 0 0.15 0.63 0.15 46.09 0.65 0.58
Hex DA BA 50 0 F 3F F 2E 41 3A
Octal 332 272 120 0 17 77 17 56 101 72
Binary 11011010 10111010 1010000 0 1111 111111 1111 101110 1000001 111010

Color Harmonies of #DABA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA50

Black with #DABA50

Text Example


Text Example

White with #DABA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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