Html Css Color HEX #DB8628 Buttercup

📋 copy color: '#DB8628'

red 219 ◦ green 134 ◦ blue 40

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

Shades of Buttercup #DB8628

Tints of Buttercup #DB8628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 55.73%
G = 34.1%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB8628 (or 0xDB8628) is known color: Buttercup. HEX triplet: DB, 86 and 28. RGB value is (219,134,40). Sum of RGB (Red+Green+Blue) = 219+134+40=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8628 is #2479D7. Grayscale: #959595. Windows color (decimal): -2390488 or 2655963. OLE color: 2655963.

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

Color convert

RGB 219 134 40 -
CMYK 0 0.39 0.82 0.14
HSL 31.51º 0.71% 0.51% -
HSV(B) 31.51º 0.82% 0.86% -
XYZ 38.12 32.26 6.23 -
YUV 148.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 219 134 40 0 0.39 0.82 0.14 31.51 0.71 0.51
Hex DB 86 28 0 27 52 E 20 47 33
Octal 333 206 50 0 47 122 16 40 107 63
Binary 11011011 10000110 101000 0 100111 1010010 1110 100000 1000111 110011

Color Harmonies of #DB8628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8628

Black with #DB8628

Text Example


Text Example

White with #DB8628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8628; }

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

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

background-color css

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

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

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

border-color css

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

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

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