#DAC516

Color #DAC516 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DAC516

Tints of Sunflower #DAC516

Color information

#DAC516 (or 0xDAC516) is unknown color: approx Sunflower. HEX triplet: DA, C5 and 16. RGB value is (218,197,22). Sum of RGB (Red+Green+Blue) = 218+197+22=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC516 is #253AE9. Grayscale: #B8B8B8. Windows color (decimal): -2439914 or 1492442. OLE color: 1492442.

HSL color Cylindrical-coordinate representation of color #DAC516: hue angle of 53.57º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC516 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB21819722-
CMYK00.100.900.15
HSL53.57º81.67%47.06%-
HSV(B)53.57º89.91%85.49%-
XYZ49.0254.98.77-
YUV183.3336.96152.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.89%
GREEN value IS 197 (77.34% from 255) = 45.08%
BLUE value IS 22 (8.98% from 255) = 5.03%
R=49.89%
G=45.08%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181972200.100.900.1553.5781.6747.06
HexDAC5160A5AF36522f
Octal33230526012132176612257
Binary11011010110001011011001010101101011111101101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC516; }

 p { color: rgb(218,197,22); }

 H1.HeaderClassName
 {
   color: #DAC516;
 }
 .AnyTagClassName
 {
   color: #DAC516;
 }
</style>
background-color css

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

 a { background-color: rgb(218,197,22); }

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

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

 span { border-color: rgb(218,197,22); }

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