Html Css Color HEX #DB901E Buttercup

📋 copy color: '#DB901E'

red 219 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #DB901E

Tints of Buttercup #DB901E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 55.73%
G = 36.64%
B = 7.63%

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

#DB901E (or 0xDB901E) is known color: Buttercup. HEX triplet: DB, 90 and 1E. RGB value is (219,144,30). Sum of RGB (Red+Green+Blue) = 219+144+30=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB901E is #246FE1. Grayscale: #999999. Windows color (decimal): -2387938 or 2003163. OLE color: 2003163.

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

Color convert

RGB 219 144 30 -
CMYK 0 0.34 0.86 0.14
HSL 36.19º 0.76% 0.49% -
HSV(B) 36.19º 0.86% 0.86% -
XYZ 39.42 35.1 5.93 -
YUV 153.43 58.35 174.77 -
System Red Green Blue C M Y K H S L
Decimal 219 144 30 0 0.34 0.86 0.14 36.19 0.76 0.49
Hex DB 90 1E 0 22 56 E 24 4C 31
Octal 333 220 36 0 42 126 16 44 114 61
Binary 11011011 10010000 11110 0 100010 1010110 1110 100100 1001100 110001

Color Harmonies of #DB901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB901E

Black with #DB901E

Text Example


Text Example

White with #DB901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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