Html Css Color HEX #DAC616 Sunflower

📋 copy color: '#DAC616'

red 218 ◦ green 198 ◦ blue 22

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

Shades of Sunflower #DAC616

Tints of Sunflower #DAC616

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.21%

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

R = 49.77%
G = 45.21%
B = 5.02%

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

#DAC616 (or 0xDAC616) is known color: Sunflower. HEX triplet: DA, C6 and 16. RGB value is (218,198,22). Sum of RGB (Red+Green+Blue) = 218+198+22=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC616 is #2539E9. Grayscale: #B8B8B8. Windows color (decimal): -2439658 or 1492698. OLE color: 1492698.

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

Color convert

RGB 218 198 22 -
CMYK 0 0.09 0.90 0.15
HSL 53.88º 0.82% 0.47% -
HSV(B) 53.88º 0.9% 0.85% -
XYZ 49.25 55.35 8.85 -
YUV 183.92 36.63 152.31 -
System Red Green Blue C M Y K H S L
Decimal 218 198 22 0 0.09 0.90 0.15 53.88 0.82 0.47
Hex DA C6 16 0 9 5A F 36 52 2F
Octal 332 306 26 0 11 132 17 66 122 57
Binary 11011010 11000110 10110 0 1001 1011010 1111 110110 1010010 101111

Color Harmonies of #DAC616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC616

Black with #DAC616

Text Example


Text Example

White with #DAC616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC616; }

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

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

background-color css

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

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

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

border-color css

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

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

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