Html Css Color HEX #DB901F Buttercup

📋 copy color: '#DB901F'

red 219 ◦ green 144 ◦ blue 31

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

Shades of Buttercup #DB901F

Tints of Buttercup #DB901F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 55.58%
G = 36.55%
B = 7.87%

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

#DB901F (or 0xDB901F) is known color: Buttercup. HEX triplet: DB, 90 and 1F. RGB value is (219,144,31). Sum of RGB (Red+Green+Blue) = 219+144+31=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB901F is #246FE0. Grayscale: #9A9A9A. Windows color (decimal): -2387937 or 2068699. OLE color: 2068699.

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

Color convert

RGB 219 144 31 -
CMYK 0 0.34 0.86 0.14
HSL 36.06º 0.75% 0.49% -
HSV(B) 36.06º 0.86% 0.86% -
XYZ 39.43 35.11 5.99 -
YUV 153.54 58.85 174.69 -
System Red Green Blue C M Y K H S L
Decimal 219 144 31 0 0.34 0.86 0.14 36.06 0.75 0.49
Hex DB 90 1F 0 22 56 E 24 4B 31
Octal 333 220 37 0 42 126 16 44 113 61
Binary 11011011 10010000 11111 0 100010 1010110 1110 100100 1001011 110001

Color Harmonies of #DB901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB901F

Black with #DB901F

Text Example


Text Example

White with #DB901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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