Html Css Color HEX #DAC35B Tacha

📋 copy color: '#DAC35B'

red 218 ◦ green 195 ◦ blue 91

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

Shades of Tacha #DAC35B

Tints of Tacha #DAC35B

RGB

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

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

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

R = 43.25%
G = 38.69%
B = 18.06%

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

#DAC35B (or 0xDAC35B) is known color: Tacha. HEX triplet: DA, C3 and 5B. RGB value is (218,195,91). Sum of RGB (Red+Green+Blue) = 218+195+91=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC35B is #253CA4. Grayscale: #BEBEBE. Windows color (decimal): -2440357 or 6013914. OLE color: 6013914.

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

Color convert

RGB 218 195 91 -
CMYK 0 0.11 0.58 0.15
HSL 49.13º 0.63% 0.61% -
HSV(B) 49.13º 0.58% 0.85% -
XYZ 50.32 54.69 17.8 -
YUV 190.02 72.12 147.96 -
System Red Green Blue C M Y K H S L
Decimal 218 195 91 0 0.11 0.58 0.15 49.13 0.63 0.61
Hex DA C3 5B 0 B 3A F 31 3F 3D
Octal 332 303 133 0 13 72 17 61 77 75
Binary 11011010 11000011 1011011 0 1011 111010 1111 110001 111111 111101

Color Harmonies of #DAC35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC35B

Black with #DAC35B

Text Example


Text Example

White with #DAC35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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