Html Css Color HEX #DB8622 Buttercup

📋 copy color: '#DB8622'

red 219 ◦ green 134 ◦ blue 34

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

Shades of Buttercup #DB8622

Tints of Buttercup #DB8622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.79%

R = 56.59%
G = 34.63%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8622 (or 0xDB8622) is known color: Buttercup. HEX triplet: DB, 86 and 22. RGB value is (219,134,34). Sum of RGB (Red+Green+Blue) = 219+134+34=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 34 (13.67% from 255 or 8.79% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8622 is #2479DD. Grayscale: #949494. Windows color (decimal): -2390494 or 2262747. OLE color: 2262747.

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

Color convert

RGB 219 134 34 -
CMYK 0 0.39 0.84 0.14
HSL 32.43º 0.73% 0.5% -
HSV(B) 32.43º 0.84% 0.86% -
XYZ 38.03 32.23 5.73 -
YUV 148.02 63.66 178.63 -
System Red Green Blue C M Y K H S L
Decimal 219 134 34 0 0.39 0.84 0.14 32.43 0.73 0.5
Hex DB 86 22 0 27 54 E 20 49 32
Octal 333 206 42 0 47 124 16 40 111 62
Binary 11011011 10000110 100010 0 100111 1010100 1110 100000 1001001 110010

Color Harmonies of #DB8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8622

Black with #DB8622

Text Example


Text Example

White with #DB8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8622; }

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

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

background-color css

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

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

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

border-color css

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

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

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