Html Css Color HEX #DABA57 Tacha

📋 copy color: '#DABA57'

red 218 ◦ green 186 ◦ blue 87

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

Shades of Tacha #DABA57

Tints of Tacha #DABA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.72%

R = 44.4%
G = 37.88%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DABA57 (or 0xDABA57) is known color: Tacha. HEX triplet: DA, BA and 57. RGB value is (218,186,87). Sum of RGB (Red+Green+Blue) = 218+186+87=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 87 (34.38% from 255 or 17.72% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABA57 is #2545A8. Grayscale: #B8B8B8. Windows color (decimal): -2442665 or 5749466. OLE color: 5749466.

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

Color convert

RGB 218 186 87 -
CMYK 0 0.15 0.60 0.15
HSL 45.34º 0.64% 0.6% -
HSV(B) 45.34º 0.6% 0.85% -
XYZ 48.19 50.71 16.27 -
YUV 184.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 218 186 87 0 0.15 0.60 0.15 45.34 0.64 0.6
Hex DA BA 57 0 F 3C F 2D 40 3C
Octal 332 272 127 0 17 74 17 55 100 74
Binary 11011010 10111010 1010111 0 1111 111100 1111 101101 1000000 111100

Color Harmonies of #DABA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA57

Black with #DABA57

Text Example


Text Example

White with #DABA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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