Html Css Color HEX #DB8517 Buttercup

📋 copy color: '#DB8517'

red 219 ◦ green 133 ◦ blue 23

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

Shades of Buttercup #DB8517

Tints of Buttercup #DB8517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.13%

R = 58.4%
G = 35.47%
B = 6.13%

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

#DB8517 (or 0xDB8517) is known color: Buttercup. HEX triplet: DB, 85 and 17. RGB value is (219,133,23). Sum of RGB (Red+Green+Blue) = 219+133+23=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8517 is #247AE8. Grayscale: #929292. Windows color (decimal): -2390761 or 1541595. OLE color: 1541595.

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

Color convert

RGB 219 133 23 -
CMYK 0 0.39 0.89 0.14
HSL 33.67º 0.81% 0.47% -
HSV(B) 33.67º 0.89% 0.86% -
XYZ 37.76 31.9 4.98 -
YUV 146.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 219 133 23 0 0.39 0.89 0.14 33.67 0.81 0.47
Hex DB 85 17 0 27 59 E 22 51 2F
Octal 333 205 27 0 47 131 16 42 121 57
Binary 11011011 10000101 10111 0 100111 1011001 1110 100010 1010001 101111

Color Harmonies of #DB8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8517

Black with #DB8517

Text Example


Text Example

White with #DB8517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8517; }

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

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

background-color css

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

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

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

border-color css

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

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

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