Html Css Color HEX #DA8818 Buttercup

📋 copy color: '#DA8818'

red 218 ◦ green 136 ◦ blue 24

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

Shades of Buttercup #DA8818

Tints of Buttercup #DA8818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.98%

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

R = 57.67%
G = 35.98%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA8818 (or 0xDA8818) is known color: Buttercup. HEX triplet: DA, 88 and 18. RGB value is (218,136,24). Sum of RGB (Red+Green+Blue) = 218+136+24=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA8818 is #2577E7. Grayscale: #949494. Windows color (decimal): -2455528 or 1607898. OLE color: 1607898.

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

Color convert

RGB 218 136 24 -
CMYK 0 0.38 0.89 0.15
HSL 34.64º 0.8% 0.47% -
HSV(B) 34.64º 0.89% 0.85% -
XYZ 37.88 32.58 5.16 -
YUV 147.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 218 136 24 0 0.38 0.89 0.15 34.64 0.8 0.47
Hex DA 88 18 0 26 59 F 23 50 2F
Octal 332 210 30 0 46 131 17 43 120 57
Binary 11011010 10001000 11000 0 100110 1011001 1111 100011 1010000 101111

Color Harmonies of #DA8818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8818

Black with #DA8818

Text Example


Text Example

White with #DA8818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8818; }

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

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

background-color css

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

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

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

border-color css

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

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

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