Html Css Color HEX #DABA61 Tacha

📋 copy color: '#DABA61'

red 218 ◦ green 186 ◦ blue 97

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

Shades of Tacha #DABA61

Tints of Tacha #DABA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.36%

R = 43.51%
G = 37.13%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DABA61 (or 0xDABA61) is known color: Tacha. HEX triplet: DA, BA and 61. RGB value is (218,186,97). Sum of RGB (Red+Green+Blue) = 218+186+97=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA61 is #25459E. Grayscale: #B9B9B9. Windows color (decimal): -2442655 or 6404826. OLE color: 6404826.

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

Color convert

RGB 218 186 97 -
CMYK 0 0.15 0.56 0.15
HSL 44.13º 0.62% 0.62% -
HSV(B) 44.13º 0.56% 0.85% -
XYZ 48.63 50.89 18.57 -
YUV 185.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 218 186 97 0 0.15 0.56 0.15 44.13 0.62 0.62
Hex DA BA 61 0 F 38 F 2C 3E 3E
Octal 332 272 141 0 17 70 17 54 76 76
Binary 11011010 10111010 1100001 0 1111 111000 1111 101100 111110 111110

Color Harmonies of #DABA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA61

Black with #DABA61

Text Example


Text Example

White with #DABA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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