Html Css Color HEX #DAC310 Sunflower

📋 copy color: '#DAC310'

red 218 ◦ green 195 ◦ blue 16

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

Shades of Sunflower #DAC310

Tints of Sunflower #DAC310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 50.82%
G = 45.45%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC310 (or 0xDAC310) is known color: Sunflower. HEX triplet: DA, C3 and 10. RGB value is (218,195,16). Sum of RGB (Red+Green+Blue) = 218+195+16=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC310 is #253CEF. Grayscale: #B6B6B6. Windows color (decimal): -2440432 or 1098714. OLE color: 1098714.

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

Color convert

RGB 218 195 16 -
CMYK 0 0.11 0.93 0.15
HSL 53.17º 0.86% 0.46% -
HSV(B) 53.17º 0.93% 0.85% -
XYZ 48.52 53.97 8.35 -
YUV 181.47 34.62 154.05 -
System Red Green Blue C M Y K H S L
Decimal 218 195 16 0 0.11 0.93 0.15 53.17 0.86 0.46
Hex DA C3 10 0 B 5D F 35 56 2E
Octal 332 303 20 0 13 135 17 65 126 56
Binary 11011010 11000011 10000 0 1011 1011101 1111 110101 1010110 101110

Color Harmonies of #DAC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC310

Black with #DAC310

Text Example


Text Example

White with #DAC310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC310; }

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

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

background-color css

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

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

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

border-color css

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

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

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