Html Css Color HEX #DAC416 Sunflower

📋 copy color: '#DAC416'

red 218 ◦ green 196 ◦ blue 22

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

Shades of Sunflower #DAC416

Tints of Sunflower #DAC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.95%

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

R = 50%
G = 44.95%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC416 (or 0xDAC416) is known color: Sunflower. HEX triplet: DA, C4 and 16. RGB value is (218,196,22). Sum of RGB (Red+Green+Blue) = 218+196+22=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 196 (76.95% from 255 or 44.95% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC416 is #253BE9. Grayscale: #B7B7B7. Windows color (decimal): -2440170 or 1492186. OLE color: 1492186.

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

Color convert

RGB 218 196 22 -
CMYK 0 0.10 0.90 0.15
HSL 53.27º 0.82% 0.47% -
HSV(B) 53.27º 0.9% 0.85% -
XYZ 48.8 54.44 8.7 -
YUV 182.74 37.29 153.15 -
System Red Green Blue C M Y K H S L
Decimal 218 196 22 0 0.10 0.90 0.15 53.27 0.82 0.47
Hex DA C4 16 0 A 5A F 35 52 2F
Octal 332 304 26 0 12 132 17 65 122 57
Binary 11011010 11000100 10110 0 1010 1011010 1111 110101 1010010 101111

Color Harmonies of #DAC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC416

Black with #DAC416

Text Example


Text Example

White with #DAC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC416; }

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

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

background-color css

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

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

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

border-color css

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

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

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