Html Css Color HEX #DAB916 Sunflower

📋 copy color: '#DAB916'

red 218 ◦ green 185 ◦ blue 22

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

Shades of Sunflower #DAB916

Tints of Sunflower #DAB916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.53%

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

R = 51.29%
G = 43.53%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB916 (or 0xDAB916) is known color: Sunflower. HEX triplet: DA, B9 and 16. RGB value is (218,185,22). Sum of RGB (Red+Green+Blue) = 218+185+22=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB916 is #2546E9. Grayscale: #B0B0B0. Windows color (decimal): -2442986 or 1489370. OLE color: 1489370.

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

Color convert

RGB 218 185 22 -
CMYK 0 0.15 0.90 0.15
HSL 49.9º 0.82% 0.47% -
HSV(B) 49.9º 0.9% 0.85% -
XYZ 46.41 49.66 7.9 -
YUV 176.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 218 185 22 0 0.15 0.90 0.15 49.9 0.82 0.47
Hex DA B9 16 0 F 5A F 32 52 2F
Octal 332 271 26 0 17 132 17 62 122 57
Binary 11011010 10111001 10110 0 1111 1011010 1111 110010 1010010 101111

Color Harmonies of #DAB916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB916

Black with #DAB916

Text Example


Text Example

White with #DAB916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB916; }

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

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

background-color css

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

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

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

border-color css

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

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

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