Html Css Color HEX #DA9018 Buttercup

📋 copy color: '#DA9018'

red 218 ◦ green 144 ◦ blue 24

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

Shades of Buttercup #DA9018

Tints of Buttercup #DA9018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 56.48%
G = 37.31%
B = 6.22%

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

#DA9018 (or 0xDA9018) is known color: Buttercup. HEX triplet: DA, 90 and 18. RGB value is (218,144,24). Sum of RGB (Red+Green+Blue) = 218+144+24=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9018 is #256FE7. Grayscale: #989898. Windows color (decimal): -2453480 or 1609946. OLE color: 1609946.

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

Color convert

RGB 218 144 24 -
CMYK 0 0.34 0.89 0.15
HSL 37.11º 0.8% 0.47% -
HSV(B) 37.11º 0.89% 0.85% -
XYZ 39.05 34.92 5.55 -
YUV 152.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 218 144 24 0 0.34 0.89 0.15 37.11 0.8 0.47
Hex DA 90 18 0 22 59 F 25 50 2F
Octal 332 220 30 0 42 131 17 45 120 57
Binary 11011010 10010000 11000 0 100010 1011001 1111 100101 1010000 101111

Color Harmonies of #DA9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9018

Black with #DA9018

Text Example


Text Example

White with #DA9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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