Html Css Color HEX #DB8518 Buttercup

📋 copy color: '#DB8518'

red 219 ◦ green 133 ◦ blue 24

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

Shades of Buttercup #DB8518

Tints of Buttercup #DB8518

RGB

 RED value IS 219 (85.94% from 255) = 58.24%

 GREEN value IS 133 (52.34% from 255) = 35.37%

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

R = 58.24%
G = 35.37%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DB8518 (or 0xDB8518) is known color: Buttercup. HEX triplet: DB, 85 and 18. RGB value is (219,133,24). Sum of RGB (Red+Green+Blue) = 219+133+24=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8518 is #247AE7. Grayscale: #929292. Windows color (decimal): -2390760 or 1607131. OLE color: 1607131.

HSL color Cylindrical-coordinate representation of color #DB8518: hue angle of 33.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB8518 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 24 -
CMYK 0 0.39 0.89 0.14
HSL 33.54º 0.8% 0.48% -
HSV(B) 33.54º 0.89% 0.86% -
XYZ 37.77 31.9 5.03 -
YUV 146.29 58.99 179.86 -
System Red Green Blue C M Y K H S L
Decimal 219 133 24 0 0.39 0.89 0.14 33.54 0.8 0.48
Hex DB 85 18 0 27 59 E 22 50 30
Octal 333 205 30 0 47 131 16 42 120 60
Binary 11011011 10000101 11000 0 100111 1011001 1110 100010 1010000 110000

Color Harmonies of #DB8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8518

Black with #DB8518

Text Example


Text Example

White with #DB8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8518; }

 p { color: rgb(219,133,24); }

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

background-color css

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

 a { background-color: rgb(219,133,24); }

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

border-color css

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

 span { border-color: rgb(219,133,24); }

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