Html Css Color HEX #D49031 Fuel Yellow

📋 copy color: '#D49031'

red 212 ◦ green 144 ◦ blue 49

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

Shades of Fuel Yellow #D49031

Tints of Fuel Yellow #D49031

RGB

 RED value IS 212 (83.2% from 255) = 52.35%

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

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

R = 52.35%
G = 35.56%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49031 (or 0xD49031) is known color: Fuel Yellow. HEX triplet: D4, 90 and 31. RGB value is (212,144,49). Sum of RGB (Red+Green+Blue) = 212+144+49=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D49031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49031 is #2B6FCE. Grayscale: #999999. Windows color (decimal): -2846671 or 3248340. OLE color: 3248340.

HSL color Cylindrical-coordinate representation of color #D49031: hue angle of 34.97º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D49031 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 49 -
CMYK 0 0.32 0.77 0.17
HSL 34.97º 0.65% 0.51% -
HSV(B) 34.97º 0.77% 0.83% -
XYZ 37.68 34.17 7.51 -
YUV 153.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 212 144 49 0 0.32 0.77 0.17 34.97 0.65 0.51
Hex D4 90 31 0 20 4D 11 23 41 33
Octal 324 220 61 0 40 115 21 43 101 63
Binary 11010100 10010000 110001 0 100000 1001101 10001 100011 1000001 110011

Color Harmonies of #D49031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49031

Black with #D49031

Text Example


Text Example

White with #D49031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49031; }

 p { color: rgb(212,144,49); }

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

background-color css

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

 a { background-color: rgb(212,144,49); }

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

border-color css

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

 span { border-color: rgb(212,144,49); }

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