Html Css Color HEX #DAC95C Tacha

📋 copy color: '#DAC95C'

red 218 ◦ green 201 ◦ blue 92

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

Shades of Tacha #DAC95C

Tints of Tacha #DAC95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18%

R = 42.66%
G = 39.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAC95C (or 0xDAC95C) is known color: Tacha. HEX triplet: DA, C9 and 5C. RGB value is (218,201,92). Sum of RGB (Red+Green+Blue) = 218+201+92=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 201 (78.91% from 255 or 39.33% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC95C is #2536A3. Grayscale: #C2C2C2. Windows color (decimal): -2438820 or 6080986. OLE color: 6080986.

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

Color convert

RGB 218 201 92 -
CMYK 0 0.08 0.58 0.15
HSL 51.9º 0.63% 0.61% -
HSV(B) 51.9º 0.58% 0.85% -
XYZ 51.73 57.45 18.49 -
YUV 193.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 218 201 92 0 0.08 0.58 0.15 51.9 0.63 0.61
Hex DA C9 5C 0 8 3A F 34 3F 3D
Octal 332 311 134 0 10 72 17 64 77 75
Binary 11011010 11001001 1011100 0 1000 111010 1111 110100 111111 111101

Color Harmonies of #DAC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC95C

Black with #DAC95C

Text Example


Text Example

White with #DAC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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