Html Css Color HEX #DB911E Buttercup

📋 copy color: '#DB911E'

red 219 ◦ green 145 ◦ blue 30

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

Shades of Buttercup #DB911E

Tints of Buttercup #DB911E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 55.58%
G = 36.8%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB911E (or 0xDB911E) is known color: Buttercup. HEX triplet: DB, 91 and 1E. RGB value is (219,145,30). Sum of RGB (Red+Green+Blue) = 219+145+30=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB911E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB911E is #246EE1. Grayscale: #9A9A9A. Windows color (decimal): -2387682 or 2003419. OLE color: 2003419.

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

Color convert

RGB 219 145 30 -
CMYK 0 0.34 0.86 0.14
HSL 36.51º 0.76% 0.49% -
HSV(B) 36.51º 0.86% 0.86% -
XYZ 39.57 35.4 5.98 -
YUV 154.02 58.02 174.35 -
System Red Green Blue C M Y K H S L
Decimal 219 145 30 0 0.34 0.86 0.14 36.51 0.76 0.49
Hex DB 91 1E 0 22 56 E 25 4C 31
Octal 333 221 36 0 42 126 16 45 114 61
Binary 11011011 10010001 11110 0 100010 1010110 1110 100101 1001100 110001

Color Harmonies of #DB911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB911E

Black with #DB911E

Text Example


Text Example

White with #DB911E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB911E; }

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

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

background-color css

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

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

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

border-color css

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

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

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