Html Css Color HEX #DB8B31 Fuel Yellow

📋 copy color: '#DB8B31'

red 219 ◦ green 139 ◦ blue 49

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

Shades of Fuel Yellow #DB8B31

Tints of Fuel Yellow #DB8B31

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.15%

 BLUE value IS 49 (19.53% from 255) = 12.04%

R = 53.81%
G = 34.15%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8B31 (or 0xDB8B31) is known color: Fuel Yellow. HEX triplet: DB, 8B and 31. RGB value is (219,139,49). Sum of RGB (Red+Green+Blue) = 219+139+49=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B31 is #2474CE. Grayscale: #999999. Windows color (decimal): -2389199 or 3247067. OLE color: 3247067.

HSL color Cylindrical-coordinate representation of color #DB8B31: hue angle of 31.76º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8B31 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 139 49 -
CMYK 0 0.37 0.78 0.14
HSL 31.76º 0.7% 0.53% -
HSV(B) 31.76º 0.78% 0.86% -
XYZ 39 33.75 7.36 -
YUV 152.66 69.5 175.32 -
System Red Green Blue C M Y K H S L
Decimal 219 139 49 0 0.37 0.78 0.14 31.76 0.7 0.53
Hex DB 8B 31 0 25 4E E 20 46 35
Octal 333 213 61 0 45 116 16 40 106 65
Binary 11011011 10001011 110001 0 100101 1001110 1110 100000 1000110 110101

Color Harmonies of #DB8B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B31

Black with #DB8B31

Text Example


Text Example

White with #DB8B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B31; }

 p { color: rgb(219,139,49); }

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

background-color css

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

 a { background-color: rgb(219,139,49); }

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

border-color css

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

 span { border-color: rgb(219,139,49); }

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