Html Css Color HEX #DAC15B Tacha

📋 copy color: '#DAC15B'

red 218 ◦ green 193 ◦ blue 91

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

Shades of Tacha #DAC15B

Tints of Tacha #DAC15B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.13%

R = 43.43%
G = 38.45%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAC15B (or 0xDAC15B) is known color: Tacha. HEX triplet: DA, C1 and 5B. RGB value is (218,193,91). Sum of RGB (Red+Green+Blue) = 218+193+91=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC15B is #253EA4. Grayscale: #BDBDBD. Windows color (decimal): -2440869 or 6013402. OLE color: 6013402.

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

Color convert

RGB 218 193 91 -
CMYK 0 0.11 0.58 0.15
HSL 48.19º 0.63% 0.61% -
HSV(B) 48.19º 0.58% 0.85% -
XYZ 49.87 53.8 17.65 -
YUV 188.85 72.78 148.79 -
System Red Green Blue C M Y K H S L
Decimal 218 193 91 0 0.11 0.58 0.15 48.19 0.63 0.61
Hex DA C1 5B 0 B 3A F 30 3F 3D
Octal 332 301 133 0 13 72 17 60 77 75
Binary 11011010 11000001 1011011 0 1011 111010 1111 110000 111111 111101

Color Harmonies of #DAC15B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC15B

Black with #DAC15B

Text Example


Text Example

White with #DAC15B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC15B; }

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

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

background-color css

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

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

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

border-color css

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

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

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