Html Css Color HEX #DB8422 Buttercup

📋 copy color: '#DB8422'

red 219 ◦ green 132 ◦ blue 34

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

Shades of Buttercup #DB8422

Tints of Buttercup #DB8422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.29%

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

R = 56.88%
G = 34.29%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB8422 (or 0xDB8422) is known color: Buttercup. HEX triplet: DB, 84 and 22. RGB value is (219,132,34). Sum of RGB (Red+Green+Blue) = 219+132+34=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8422 is #247BDD. Grayscale: #939393. Windows color (decimal): -2391006 or 2262235. OLE color: 2262235.

HSL color Cylindrical-coordinate representation of color #DB8422: hue angle of 31.78º 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 #DB8422 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 34 -
CMYK 0 0.40 0.84 0.14
HSL 31.78º 0.73% 0.5% -
HSV(B) 31.78º 0.84% 0.86% -
XYZ 37.75 31.68 5.64 -
YUV 146.84 64.32 179.47 -
System Red Green Blue C M Y K H S L
Decimal 219 132 34 0 0.40 0.84 0.14 31.78 0.73 0.5
Hex DB 84 22 0 28 54 E 20 49 32
Octal 333 204 42 0 50 124 16 40 111 62
Binary 11011011 10000100 100010 0 101000 1010100 1110 100000 1001001 110010

Color Harmonies of #DB8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8422

Black with #DB8422

Text Example


Text Example

White with #DB8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8422; }

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

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

background-color css

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

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

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

border-color css

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

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

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