Html Css Color HEX #DAC116 Sunflower

📋 copy color: '#DAC116'

red 218 ◦ green 193 ◦ blue 22

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

Shades of Sunflower #DAC116

Tints of Sunflower #DAC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 50.35%
G = 44.57%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC116 (or 0xDAC116) is known color: Sunflower. HEX triplet: DA, C1 and 16. RGB value is (218,193,22). Sum of RGB (Red+Green+Blue) = 218+193+22=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC116 is #253EE9. Grayscale: #B5B5B5. Windows color (decimal): -2440938 or 1491418. OLE color: 1491418.

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

Color convert

RGB 218 193 22 -
CMYK 0 0.11 0.90 0.15
HSL 52.35º 0.82% 0.47% -
HSV(B) 52.35º 0.9% 0.85% -
XYZ 48.13 53.1 8.47 -
YUV 180.98 38.28 154.4 -
System Red Green Blue C M Y K H S L
Decimal 218 193 22 0 0.11 0.90 0.15 52.35 0.82 0.47
Hex DA C1 16 0 B 5A F 34 52 2F
Octal 332 301 26 0 13 132 17 64 122 57
Binary 11011010 11000001 10110 0 1011 1011010 1111 110100 1010010 101111

Color Harmonies of #DAC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC116

Black with #DAC116

Text Example


Text Example

White with #DAC116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC116; }

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

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

background-color css

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

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

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

border-color css

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

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

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