Html Css Color HEX #DAC257 Tacha

📋 copy color: '#DAC257'

red 218 ◦ green 194 ◦ blue 87

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

Shades of Tacha #DAC257

Tints of Tacha #DAC257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.88%

 BLUE value IS 87 (34.38% from 255) = 17.43%

R = 43.69%
G = 38.88%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAC257 (or 0xDAC257) is known color: Tacha. HEX triplet: DA, C2 and 57. RGB value is (218,194,87). Sum of RGB (Red+Green+Blue) = 218+194+87=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC257 is #253DA8. Grayscale: #BDBDBD. Windows color (decimal): -2440617 or 5751514. OLE color: 5751514.

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

Color convert

RGB 218 194 87 -
CMYK 0 0.11 0.60 0.15
HSL 49.01º 0.64% 0.6% -
HSV(B) 49.01º 0.6% 0.85% -
XYZ 49.93 54.18 16.84 -
YUV 188.98 70.45 148.7 -
System Red Green Blue C M Y K H S L
Decimal 218 194 87 0 0.11 0.60 0.15 49.01 0.64 0.6
Hex DA C2 57 0 B 3C F 31 40 3C
Octal 332 302 127 0 13 74 17 61 100 74
Binary 11011010 11000010 1010111 0 1011 111100 1111 110001 1000000 111100

Color Harmonies of #DAC257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC257

Black with #DAC257

Text Example


Text Example

White with #DAC257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC257; }

 p { color: rgb(218,194,87); }

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

background-color css

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

 a { background-color: rgb(218,194,87); }

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

border-color css

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

 span { border-color: rgb(218,194,87); }

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