Html Css Color HEX #DA9019 Buttercup

📋 copy color: '#DA9019'

red 218 ◦ green 144 ◦ blue 25

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

Shades of Buttercup #DA9019

Tints of Buttercup #DA9019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.21%

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

R = 56.33%
G = 37.21%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9019 (or 0xDA9019) is known color: Buttercup. HEX triplet: DA, 90 and 19. RGB value is (218,144,25). Sum of RGB (Red+Green+Blue) = 218+144+25=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9019 is #256FE6. Grayscale: #999999. Windows color (decimal): -2453479 or 1675482. OLE color: 1675482.

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

Color convert

RGB 218 144 25 -
CMYK 0 0.34 0.89 0.15
HSL 36.99º 0.79% 0.48% -
HSV(B) 36.99º 0.89% 0.85% -
XYZ 39.06 34.92 5.6 -
YUV 152.56 56.02 174.68 -
System Red Green Blue C M Y K H S L
Decimal 218 144 25 0 0.34 0.89 0.15 36.99 0.79 0.48
Hex DA 90 19 0 22 59 F 25 4F 30
Octal 332 220 31 0 42 131 17 45 117 60
Binary 11011010 10010000 11001 0 100010 1011001 1111 100101 1001111 110000

Color Harmonies of #DA9019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9019

Black with #DA9019

Text Example


Text Example

White with #DA9019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9019; }

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

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

background-color css

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

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

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

border-color css

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

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

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