Html Css Color HEX #DAB716 Sunflower

📋 copy color: '#DAB716'

red 218 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #DAB716

Tints of Sunflower #DAB716

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.26%

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

R = 51.54%
G = 43.26%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB716 (or 0xDAB716) is known color: Sunflower. HEX triplet: DA, B7 and 16. RGB value is (218,183,22). Sum of RGB (Red+Green+Blue) = 218+183+22=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 22 (8.98% from 255 or 5.20% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB716 is #2548E9. Grayscale: #AFAFAF. Windows color (decimal): -2443498 or 1488858. OLE color: 1488858.

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

Color convert

RGB 218 183 22 -
CMYK 0 0.16 0.90 0.15
HSL 49.29º 0.82% 0.47% -
HSV(B) 49.29º 0.9% 0.85% -
XYZ 45.99 48.83 7.76 -
YUV 175.11 41.6 158.59 -
System Red Green Blue C M Y K H S L
Decimal 218 183 22 0 0.16 0.90 0.15 49.29 0.82 0.47
Hex DA B7 16 0 10 5A F 31 52 2F
Octal 332 267 26 0 20 132 17 61 122 57
Binary 11011010 10110111 10110 0 10000 1011010 1111 110001 1010010 101111

Color Harmonies of #DAB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB716

Black with #DAB716

Text Example


Text Example

White with #DAB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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