Html Css Color HEX #DABA19 Sunflower

📋 copy color: '#DABA19'

red 218 ◦ green 186 ◦ blue 25

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

Shades of Sunflower #DABA19

Tints of Sunflower #DABA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.36%

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

R = 50.82%
G = 43.36%
B = 5.83%

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

#DABA19 (or 0xDABA19) is known color: Sunflower. HEX triplet: DA, BA and 19. RGB value is (218,186,25). Sum of RGB (Red+Green+Blue) = 218+186+25=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DABA19 is #2545E6. Grayscale: #B1B1B1. Windows color (decimal): -2442727 or 1686234. OLE color: 1686234.

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

Color convert

RGB 218 186 25 -
CMYK 0 0.15 0.89 0.15
HSL 50.05º 0.79% 0.48% -
HSV(B) 50.05º 0.89% 0.85% -
XYZ 46.65 50.09 8.13 -
YUV 177.21 42.1 157.09 -
System Red Green Blue C M Y K H S L
Decimal 218 186 25 0 0.15 0.89 0.15 50.05 0.79 0.48
Hex DA BA 19 0 F 59 F 32 4F 30
Octal 332 272 31 0 17 131 17 62 117 60
Binary 11011010 10111010 11001 0 1111 1011001 1111 110010 1001111 110000

Color Harmonies of #DABA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABA19

Black with #DABA19

Text Example


Text Example

White with #DABA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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