Html Css Color HEX #DAC716 Sunflower

📋 copy color: '#DAC716'

red 218 ◦ green 199 ◦ blue 22

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

Shades of Sunflower #DAC716

Tints of Sunflower #DAC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 49.66%
G = 45.33%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC716 (or 0xDAC716) is known color: Sunflower. HEX triplet: DA, C7 and 16. RGB value is (218,199,22). Sum of RGB (Red+Green+Blue) = 218+199+22=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC716 is #2538E9. Grayscale: #B9B9B9. Windows color (decimal): -2439402 or 1492954. OLE color: 1492954.

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

Color convert

RGB 218 199 22 -
CMYK 0 0.09 0.90 0.15
HSL 54.18º 0.82% 0.47% -
HSV(B) 54.18º 0.9% 0.85% -
XYZ 49.48 55.81 8.92 -
YUV 184.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 218 199 22 0 0.09 0.90 0.15 54.18 0.82 0.47
Hex DA C7 16 0 9 5A F 36 52 2F
Octal 332 307 26 0 11 132 17 66 122 57
Binary 11011010 11000111 10110 0 1001 1011010 1111 110110 1010010 101111

Color Harmonies of #DAC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC716

Black with #DAC716

Text Example


Text Example

White with #DAC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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