Html Css Color HEX #DAC35D Tacha

📋 copy color: '#DAC35D'

red 218 ◦ green 195 ◦ blue 93

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

Shades of Tacha #DAC35D

Tints of Tacha #DAC35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.38%

R = 43.08%
G = 38.54%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAC35D (or 0xDAC35D) is known color: Tacha. HEX triplet: DA, C3 and 5D. RGB value is (218,195,93). Sum of RGB (Red+Green+Blue) = 218+195+93=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC35D is #253CA2. Grayscale: #BEBEBE. Windows color (decimal): -2440355 or 6144986. OLE color: 6144986.

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

Color convert

RGB 218 195 93 -
CMYK 0 0.11 0.57 0.15
HSL 48.96º 0.63% 0.61% -
HSV(B) 48.96º 0.57% 0.85% -
XYZ 50.4 54.73 18.26 -
YUV 190.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 218 195 93 0 0.11 0.57 0.15 48.96 0.63 0.61
Hex DA C3 5D 0 B 39 F 31 3F 3D
Octal 332 303 135 0 13 71 17 61 77 75
Binary 11011010 11000011 1011101 0 1011 111001 1111 110001 111111 111101

Color Harmonies of #DAC35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC35D

Black with #DAC35D

Text Example


Text Example

White with #DAC35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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