Html Css Color HEX #DAC95A Tacha

📋 copy color: '#DAC95A'

red 218 ◦ green 201 ◦ blue 90

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

Shades of Tacha #DAC95A

Tints of Tacha #DAC95A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

 BLUE value IS 90 (35.55% from 255) = 17.68%

R = 42.83%
G = 39.49%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAC95A (or 0xDAC95A) is known color: Tacha. HEX triplet: DA, C9 and 5A. RGB value is (218,201,90). Sum of RGB (Red+Green+Blue) = 218+201+90=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC95A is #2536A5. Grayscale: #C1C1C1. Windows color (decimal): -2438822 or 5949914. OLE color: 5949914.

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

Color convert

RGB 218 201 90 -
CMYK 0 0.08 0.59 0.15
HSL 52.03º 0.63% 0.6% -
HSV(B) 52.03º 0.59% 0.85% -
XYZ 51.65 57.42 18.03 -
YUV 193.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 218 201 90 0 0.08 0.59 0.15 52.03 0.63 0.6
Hex DA C9 5A 0 8 3B F 34 3F 3C
Octal 332 311 132 0 10 73 17 64 77 74
Binary 11011010 11001001 1011010 0 1000 111011 1111 110100 111111 111100

Color Harmonies of #DAC95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC95A

Black with #DAC95A

Text Example


Text Example

White with #DAC95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC95A; }

 p { color: rgb(218,201,90); }

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

background-color css

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

 a { background-color: rgb(218,201,90); }

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

border-color css

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

 span { border-color: rgb(218,201,90); }

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