Html Css Color HEX #DA8D18 Buttercup

📋 copy color: '#DA8D18'

red 218 ◦ green 141 ◦ blue 24

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

Shades of Buttercup #DA8D18

Tints of Buttercup #DA8D18

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.81%

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

R = 56.92%
G = 36.81%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8D18 (or 0xDA8D18) is known color: Buttercup. HEX triplet: DA, 8D and 18. RGB value is (218,141,24). Sum of RGB (Red+Green+Blue) = 218+141+24=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8D18 is #2572E7. Grayscale: #979797. Windows color (decimal): -2454248 or 1609178. OLE color: 1609178.

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

Color convert

RGB 218 141 24 -
CMYK 0 0.35 0.89 0.15
HSL 36.19º 0.8% 0.47% -
HSV(B) 36.19º 0.89% 0.85% -
XYZ 38.6 34.02 5.4 -
YUV 150.69 56.51 176.01 -
System Red Green Blue C M Y K H S L
Decimal 218 141 24 0 0.35 0.89 0.15 36.19 0.8 0.47
Hex DA 8D 18 0 23 59 F 24 50 2F
Octal 332 215 30 0 43 131 17 44 120 57
Binary 11011010 10001101 11000 0 100011 1011001 1111 100100 1010000 101111

Color Harmonies of #DA8D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D18

Black with #DA8D18

Text Example


Text Example

White with #DA8D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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