Html Css Color HEX #DAB619 Sunflower

📋 copy color: '#DAB619'

red 218 ◦ green 182 ◦ blue 25

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

Shades of Sunflower #DAB619

Tints of Sunflower #DAB619

RGB

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

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

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

R = 51.29%
G = 42.82%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAB619 (or 0xDAB619) is known color: Sunflower. HEX triplet: DA, B6 and 19. RGB value is (218,182,25). Sum of RGB (Red+Green+Blue) = 218+182+25=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 182 (71.48% from 255 or 42.82% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB619 is #2549E6. Grayscale: #AFAFAF. Windows color (decimal): -2443751 or 1685210. OLE color: 1685210.

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

Color convert

RGB 218 182 25 -
CMYK 0 0.17 0.89 0.15
HSL 48.81º 0.79% 0.48% -
HSV(B) 48.81º 0.89% 0.85% -
XYZ 45.82 48.43 7.85 -
YUV 174.87 43.43 158.77 -
System Red Green Blue C M Y K H S L
Decimal 218 182 25 0 0.17 0.89 0.15 48.81 0.79 0.48
Hex DA B6 19 0 11 59 F 31 4F 30
Octal 332 266 31 0 21 131 17 61 117 60
Binary 11011010 10110110 11001 0 10001 1011001 1111 110001 1001111 110000

Color Harmonies of #DAB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB619

Black with #DAB619

Text Example


Text Example

White with #DAB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB619; }

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

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

background-color css

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

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

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

border-color css

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

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

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