Html Css Color HEX #DB8A31 Fuel Yellow

📋 copy color: '#DB8A31'

red 219 ◦ green 138 ◦ blue 49

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

Shades of Fuel Yellow #DB8A31

Tints of Fuel Yellow #DB8A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 53.94%
G = 33.99%
B = 12.07%

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

#DB8A31 (or 0xDB8A31) is known color: Fuel Yellow. HEX triplet: DB, 8A and 31. RGB value is (219,138,49). Sum of RGB (Red+Green+Blue) = 219+138+49=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A31 is #2475CE. Grayscale: #989898. Windows color (decimal): -2389455 or 3246811. OLE color: 3246811.

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

Color convert

RGB 219 138 49 -
CMYK 0 0.37 0.78 0.14
HSL 31.41º 0.7% 0.53% -
HSV(B) 31.41º 0.78% 0.86% -
XYZ 38.86 33.46 7.32 -
YUV 152.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 219 138 49 0 0.37 0.78 0.14 31.41 0.7 0.53
Hex DB 8A 31 0 25 4E E 1F 46 35
Octal 333 212 61 0 45 116 16 37 106 65
Binary 11011011 10001010 110001 0 100101 1001110 1110 11111 1000110 110101

Color Harmonies of #DB8A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A31

Black with #DB8A31

Text Example


Text Example

White with #DB8A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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