Html Css Color HEX #D49331 Fuel Yellow

📋 copy color: '#D49331'

red 212 ◦ green 147 ◦ blue 49

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

Shades of Fuel Yellow #D49331

Tints of Fuel Yellow #D49331

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 51.96%
G = 36.03%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49331 (or 0xD49331) is known color: Fuel Yellow. HEX triplet: D4, 93 and 31. RGB value is (212,147,49). Sum of RGB (Red+Green+Blue) = 212+147+49=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D49331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49331 is #2B6CCE. Grayscale: #9B9B9B. Windows color (decimal): -2845903 or 3249108. OLE color: 3249108.

HSL color Cylindrical-coordinate representation of color #D49331: hue angle of 36.07º 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 #D49331 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 49 -
CMYK 0 0.31 0.77 0.17
HSL 36.07º 0.65% 0.51% -
HSV(B) 36.07º 0.77% 0.83% -
XYZ 38.14 35.09 7.67 -
YUV 155.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 212 147 49 0 0.31 0.77 0.17 36.07 0.65 0.51
Hex D4 93 31 0 1F 4D 11 24 41 33
Octal 324 223 61 0 37 115 21 44 101 63
Binary 11010100 10010011 110001 0 11111 1001101 10001 100100 1000001 110011

Color Harmonies of #D49331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49331

Black with #D49331

Text Example


Text Example

White with #D49331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49331; }

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

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

background-color css

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

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

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

border-color css

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

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

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