Html Css Color HEX #DAB616 Sunflower

📋 copy color: '#DAB616'

red 218 ◦ green 182 ◦ blue 22

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

Shades of Sunflower #DAB616

Tints of Sunflower #DAB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.13%

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

R = 51.66%
G = 43.13%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAB616 (or 0xDAB616) is known color: Sunflower. HEX triplet: DA, B6 and 16. RGB value is (218,182,22). Sum of RGB (Red+Green+Blue) = 218+182+22=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB616 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB616 is #2549E9. Grayscale: #AFAFAF. Windows color (decimal): -2443754 or 1488602. OLE color: 1488602.

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

Color convert

RGB 218 182 22 -
CMYK 0 0.17 0.90 0.15
HSL 48.98º 0.82% 0.47% -
HSV(B) 48.98º 0.9% 0.85% -
XYZ 45.79 48.42 7.69 -
YUV 174.52 41.93 159.01 -
System Red Green Blue C M Y K H S L
Decimal 218 182 22 0 0.17 0.90 0.15 48.98 0.82 0.47
Hex DA B6 16 0 11 5A F 31 52 2F
Octal 332 266 26 0 21 132 17 61 122 57
Binary 11011010 10110110 10110 0 10001 1011010 1111 110001 1010010 101111

Color Harmonies of #DAB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB616

Black with #DAB616

Text Example


Text Example

White with #DAB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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