Html Css Color HEX #DB841E Buttercup

📋 copy color: '#DB841E'

red 219 ◦ green 132 ◦ blue 30

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

Shades of Buttercup #DB841E

Tints of Buttercup #DB841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 57.48%
G = 34.65%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB841E (or 0xDB841E) is known color: Buttercup. HEX triplet: DB, 84 and 1E. RGB value is (219,132,30). Sum of RGB (Red+Green+Blue) = 219+132+30=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB841E is #247BE1. Grayscale: #929292. Windows color (decimal): -2391010 or 2000091. OLE color: 2000091.

HSL color Cylindrical-coordinate representation of color #DB841E: hue angle of 32.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB841E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 30 -
CMYK 0 0.40 0.86 0.14
HSL 32.38º 0.76% 0.49% -
HSV(B) 32.38º 0.86% 0.86% -
XYZ 37.7 31.66 5.35 -
YUV 146.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 219 132 30 0 0.40 0.86 0.14 32.38 0.76 0.49
Hex DB 84 1E 0 28 56 E 20 4C 31
Octal 333 204 36 0 50 126 16 40 114 61
Binary 11011011 10000100 11110 0 101000 1010110 1110 100000 1001100 110001

Color Harmonies of #DB841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB841E

Black with #DB841E

Text Example


Text Example

White with #DB841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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