Html Css Color HEX #DAB319 Sunflower

📋 copy color: '#DAB319'

red 218 ◦ green 179 ◦ blue 25

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

Shades of Sunflower #DAB319

Tints of Sunflower #DAB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 51.66%
G = 42.42%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB319 (or 0xDAB319) is known color: Sunflower. HEX triplet: DA, B3 and 19. RGB value is (218,179,25). Sum of RGB (Red+Green+Blue) = 218+179+25=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB319 is #254CE6. Grayscale: #ADADAD. Windows color (decimal): -2444519 or 1684442. OLE color: 1684442.

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

Color convert

RGB 218 179 25 -
CMYK 0 0.18 0.89 0.15
HSL 47.88º 0.79% 0.48% -
HSV(B) 47.88º 0.89% 0.85% -
XYZ 45.21 47.22 7.65 -
YUV 173.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 218 179 25 0 0.18 0.89 0.15 47.88 0.79 0.48
Hex DA B3 19 0 12 59 F 30 4F 30
Octal 332 263 31 0 22 131 17 60 117 60
Binary 11011010 10110011 11001 0 10010 1011001 1111 110000 1001111 110000

Color Harmonies of #DAB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB319

Black with #DAB319

Text Example


Text Example

White with #DAB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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