Html Css Color HEX #DAC053 Tacha

📋 copy color: '#DAC053'

red 218 ◦ green 192 ◦ blue 83

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

Shades of Tacha #DAC053

Tints of Tacha #DAC053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 44.22%
G = 38.95%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#DAC053 (or 0xDAC053) is known color: Tacha. HEX triplet: DA, C0 and 53. RGB value is (218,192,83). Sum of RGB (Red+Green+Blue) = 218+192+83=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC053 is #253FAC. Grayscale: #BBBBBB. Windows color (decimal): -2441133 or 5488858. OLE color: 5488858.

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

Color convert

RGB 218 192 83 -
CMYK 0 0.12 0.62 0.15
HSL 48.44º 0.65% 0.59% -
HSV(B) 48.44º 0.62% 0.85% -
XYZ 49.32 53.23 15.86 -
YUV 187.35 69.11 149.86 -
System Red Green Blue C M Y K H S L
Decimal 218 192 83 0 0.12 0.62 0.15 48.44 0.65 0.59
Hex DA C0 53 0 C 3E F 30 41 3B
Octal 332 300 123 0 14 76 17 60 101 73
Binary 11011010 11000000 1010011 0 1100 111110 1111 110000 1000001 111011

Color Harmonies of #DAC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC053

Black with #DAC053

Text Example


Text Example

White with #DAC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC053; }

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

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

background-color css

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

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

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

border-color css

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

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

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