Html Css Color HEX #DAC360 Tacha

📋 copy color: '#DAC360'

red 218 ◦ green 195 ◦ blue 96

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

Shades of Tacha #DAC360

Tints of Tacha #DAC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.31%

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 42.83%
G = 38.31%
B = 18.86%

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

#DAC360 (or 0xDAC360) is known color: Tacha. HEX triplet: DA, C3 and 60. RGB value is (218,195,96). Sum of RGB (Red+Green+Blue) = 218+195+96=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC360 is #253C9F. Grayscale: #BFBFBF. Windows color (decimal): -2440352 or 6341594. OLE color: 6341594.

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

Color convert

RGB 218 195 96 -
CMYK 0 0.11 0.56 0.15
HSL 48.69º 0.62% 0.62% -
HSV(B) 48.69º 0.56% 0.85% -
XYZ 50.54 54.78 18.98 -
YUV 190.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 218 195 96 0 0.11 0.56 0.15 48.69 0.62 0.62
Hex DA C3 60 0 B 38 F 31 3E 3E
Octal 332 303 140 0 13 70 17 61 76 76
Binary 11011010 11000011 1100000 0 1011 111000 1111 110001 111110 111110

Color Harmonies of #DAC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC360

Black with #DAC360

Text Example


Text Example

White with #DAC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC360; }

 p { color: rgb(218,195,96); }

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

background-color css

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

 a { background-color: rgb(218,195,96); }

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

border-color css

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

 span { border-color: rgb(218,195,96); }

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