Html Css Color HEX #DB8616 Buttercup

📋 copy color: '#DB8616'

red 219 ◦ green 134 ◦ blue 22

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

Shades of Buttercup #DB8616

Tints of Buttercup #DB8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 58.4%
G = 35.73%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DB8616 (or 0xDB8616) is known color: Buttercup. HEX triplet: DB, 86 and 16. RGB value is (219,134,22). Sum of RGB (Red+Green+Blue) = 219+134+22=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DB8616 is #2479E9. Grayscale: #939393. Windows color (decimal): -2390506 or 1476315. OLE color: 1476315.

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

Color convert

RGB 219 134 22 -
CMYK 0 0.39 0.90 0.14
HSL 34.11º 0.82% 0.47% -
HSV(B) 34.11º 0.9% 0.86% -
XYZ 37.88 32.17 4.97 -
YUV 146.65 57.66 179.61 -
System Red Green Blue C M Y K H S L
Decimal 219 134 22 0 0.39 0.90 0.14 34.11 0.82 0.47
Hex DB 86 16 0 27 5A E 22 52 2F
Octal 333 206 26 0 47 132 16 42 122 57
Binary 11011011 10000110 10110 0 100111 1011010 1110 100010 1010010 101111

Color Harmonies of #DB8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8616

Black with #DB8616

Text Example


Text Example

White with #DB8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8616; }

 p { color: rgb(219,134,22); }

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

background-color css

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

 a { background-color: rgb(219,134,22); }

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

border-color css

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

 span { border-color: rgb(219,134,22); }

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