Html Css Color HEX #DA8618 Buttercup

📋 copy color: '#DA8618'

red 218 ◦ green 134 ◦ blue 24

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

Shades of Buttercup #DA8618

Tints of Buttercup #DA8618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.64%

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

R = 57.98%
G = 35.64%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8618 (or 0xDA8618) is known color: Buttercup. HEX triplet: DA, 86 and 18. RGB value is (218,134,24). Sum of RGB (Red+Green+Blue) = 218+134+24=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8618 is #2579E7. Grayscale: #939393. Windows color (decimal): -2456040 or 1607386. OLE color: 1607386.

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

Color convert

RGB 218 134 24 -
CMYK 0 0.39 0.89 0.15
HSL 34.02º 0.8% 0.47% -
HSV(B) 34.02º 0.89% 0.85% -
XYZ 37.6 32.02 5.06 -
YUV 146.58 58.83 178.94 -
System Red Green Blue C M Y K H S L
Decimal 218 134 24 0 0.39 0.89 0.15 34.02 0.8 0.47
Hex DA 86 18 0 27 59 F 22 50 2F
Octal 332 206 30 0 47 131 17 42 120 57
Binary 11011010 10000110 11000 0 100111 1011001 1111 100010 1010000 101111

Color Harmonies of #DA8618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8618

Black with #DA8618

Text Example


Text Example

White with #DA8618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8618; }

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

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

background-color css

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

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

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

border-color css

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

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

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