Html Css Color HEX #DAC158 Tacha

📋 copy color: '#DAC158'

red 218 ◦ green 193 ◦ blue 88

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

Shades of Tacha #DAC158

Tints of Tacha #DAC158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.64%

R = 43.69%
G = 38.68%
B = 17.64%

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

#DAC158 (or 0xDAC158) is known color: Tacha. HEX triplet: DA, C1 and 58. RGB value is (218,193,88). Sum of RGB (Red+Green+Blue) = 218+193+88=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 88 (34.77% from 255 or 17.64% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC158 is #253EA7. Grayscale: #BCBCBC. Windows color (decimal): -2440872 or 5816794. OLE color: 5816794.

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

Color convert

RGB 218 193 88 -
CMYK 0 0.11 0.60 0.15
HSL 48.46º 0.64% 0.6% -
HSV(B) 48.46º 0.6% 0.85% -
XYZ 49.74 53.75 16.99 -
YUV 188.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 218 193 88 0 0.11 0.60 0.15 48.46 0.64 0.6
Hex DA C1 58 0 B 3C F 30 40 3C
Octal 332 301 130 0 13 74 17 60 100 74
Binary 11011010 11000001 1011000 0 1011 111100 1111 110000 1000000 111100

Color Harmonies of #DAC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC158

Black with #DAC158

Text Example


Text Example

White with #DAC158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC158; }

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

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

background-color css

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

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

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

border-color css

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

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

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