Html Css Color HEX #DAB919 Sunflower

📋 copy color: '#DAB919'

red 218 ◦ green 185 ◦ blue 25

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

Shades of Sunflower #DAB919

Tints of Sunflower #DAB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.84%

R = 50.93%
G = 43.22%
B = 5.84%

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

#DAB919 (or 0xDAB919) is known color: Sunflower. HEX triplet: DA, B9 and 19. RGB value is (218,185,25). Sum of RGB (Red+Green+Blue) = 218+185+25=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB919 is #2546E6. Grayscale: #B1B1B1. Windows color (decimal): -2442983 or 1685978. OLE color: 1685978.

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

Color convert

RGB 218 185 25 -
CMYK 0 0.15 0.89 0.15
HSL 49.74º 0.79% 0.48% -
HSV(B) 49.74º 0.89% 0.85% -
XYZ 46.44 49.67 8.06 -
YUV 176.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 218 185 25 0 0.15 0.89 0.15 49.74 0.79 0.48
Hex DA B9 19 0 F 59 F 32 4F 30
Octal 332 271 31 0 17 131 17 62 117 60
Binary 11011010 10111001 11001 0 1111 1011001 1111 110010 1001111 110000

Color Harmonies of #DAB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB919

Black with #DAB919

Text Example


Text Example

White with #DAB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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