Html Css Color HEX #DB8424 Buttercup

📋 copy color: '#DB8424'

red 219 ◦ green 132 ◦ blue 36

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

Shades of Buttercup #DB8424

Tints of Buttercup #DB8424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 56.59%
G = 34.11%
B = 9.3%

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

#DB8424 (or 0xDB8424) is known color: Buttercup. HEX triplet: DB, 84 and 24. RGB value is (219,132,36). Sum of RGB (Red+Green+Blue) = 219+132+36=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8424 is #247BDB. Grayscale: #939393. Windows color (decimal): -2391004 or 2393307. OLE color: 2393307.

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

Color convert

RGB 219 132 36 -
CMYK 0 0.40 0.84 0.14
HSL 31.48º 0.72% 0.5% -
HSV(B) 31.48º 0.84% 0.86% -
XYZ 37.78 31.69 5.79 -
YUV 147.07 65.32 179.31 -
System Red Green Blue C M Y K H S L
Decimal 219 132 36 0 0.40 0.84 0.14 31.48 0.72 0.5
Hex DB 84 24 0 28 54 E 1F 48 32
Octal 333 204 44 0 50 124 16 37 110 62
Binary 11011011 10000100 100100 0 101000 1010100 1110 11111 1001000 110010

Color Harmonies of #DB8424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8424

Black with #DB8424

Text Example


Text Example

White with #DB8424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8424; }

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

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

background-color css

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

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

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

border-color css

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

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

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