Html Css Color HEX #DAB918 Sunflower

📋 copy color: '#DAB918'

red 218 ◦ green 185 ◦ blue 24

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

Shades of Sunflower #DAB918

Tints of Sunflower #DAB918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.62%

R = 51.05%
G = 43.33%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB918 (or 0xDAB918) is known color: Sunflower. HEX triplet: DA, B9 and 18. RGB value is (218,185,24). Sum of RGB (Red+Green+Blue) = 218+185+24=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB918 is #2546E7. Grayscale: #B1B1B1. Windows color (decimal): -2442984 or 1620442. OLE color: 1620442.

HSL color Cylindrical-coordinate representation of color #DAB918: hue angle of 49.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAB918 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 185 24 -
CMYK 0 0.15 0.89 0.15
HSL 49.79º 0.8% 0.47% -
HSV(B) 49.79º 0.89% 0.85% -
XYZ 46.43 49.67 8 -
YUV 176.51 41.93 157.59 -
System Red Green Blue C M Y K H S L
Decimal 218 185 24 0 0.15 0.89 0.15 49.79 0.8 0.47
Hex DA B9 18 0 F 59 F 32 50 2F
Octal 332 271 30 0 17 131 17 62 120 57
Binary 11011010 10111001 11000 0 1111 1011001 1111 110010 1010000 101111

Color Harmonies of #DAB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB918

Black with #DAB918

Text Example


Text Example

White with #DAB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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