Html Css Color HEX #DAC161 Tacha

📋 copy color: '#DAC161'

red 218 ◦ green 193 ◦ blue 97

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

Shades of Tacha #DAC161

Tints of Tacha #DAC161

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.99%

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

R = 42.91%
G = 37.99%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAC161 (or 0xDAC161) is known color: Tacha. HEX triplet: DA, C1 and 61. RGB value is (218,193,97). Sum of RGB (Red+Green+Blue) = 218+193+97=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC161 is #253E9E. Grayscale: #BDBDBD. Windows color (decimal): -2440863 or 6406618. OLE color: 6406618.

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

Color convert

RGB 218 193 97 -
CMYK 0 0.11 0.56 0.15
HSL 47.6º 0.62% 0.62% -
HSV(B) 47.6º 0.56% 0.85% -
XYZ 50.14 53.91 19.07 -
YUV 189.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 218 193 97 0 0.11 0.56 0.15 47.6 0.62 0.62
Hex DA C1 61 0 B 38 F 30 3E 3E
Octal 332 301 141 0 13 70 17 60 76 76
Binary 11011010 11000001 1100001 0 1011 111000 1111 110000 111110 111110

Color Harmonies of #DAC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC161

Black with #DAC161

Text Example


Text Example

White with #DAC161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC161; }

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

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

background-color css

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

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

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

border-color css

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

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

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