Html Css Color HEX #DAC057 Tacha

📋 copy color: '#DAC057'

red 218 ◦ green 192 ◦ blue 87

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

Shades of Tacha #DAC057

Tints of Tacha #DAC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

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

R = 43.86%
G = 38.63%
B = 17.51%

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

#DAC057 (or 0xDAC057) is known color: Tacha. HEX triplet: DA, C0 and 57. RGB value is (218,192,87). Sum of RGB (Red+Green+Blue) = 218+192+87=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC057 is #253FA8. Grayscale: #BCBCBC. Windows color (decimal): -2441129 or 5751002. OLE color: 5751002.

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

Color convert

RGB 218 192 87 -
CMYK 0 0.12 0.60 0.15
HSL 48.09º 0.64% 0.6% -
HSV(B) 48.09º 0.6% 0.85% -
XYZ 49.48 53.29 16.7 -
YUV 187.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 218 192 87 0 0.12 0.60 0.15 48.09 0.64 0.6
Hex DA C0 57 0 C 3C F 30 40 3C
Octal 332 300 127 0 14 74 17 60 100 74
Binary 11011010 11000000 1010111 0 1100 111100 1111 110000 1000000 111100

Color Harmonies of #DAC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC057

Black with #DAC057

Text Example


Text Example

White with #DAC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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