Html Css Color HEX #D49731 Fuel Yellow

📋 copy color: '#D49731'

red 212 ◦ green 151 ◦ blue 49

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

Shades of Fuel Yellow #D49731

Tints of Fuel Yellow #D49731

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 51.46%
G = 36.65%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49731 (or 0xD49731) is known color: Fuel Yellow. HEX triplet: D4, 97 and 31. RGB value is (212,151,49). Sum of RGB (Red+Green+Blue) = 212+151+49=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D49731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49731 is #2B68CE. Grayscale: #9E9E9E. Windows color (decimal): -2844879 or 3250132. OLE color: 3250132.

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

Color convert

RGB 212 151 49 -
CMYK 0 0.29 0.77 0.17
HSL 37.55º 0.65% 0.51% -
HSV(B) 37.55º 0.77% 0.83% -
XYZ 38.77 36.35 7.88 -
YUV 157.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 212 151 49 0 0.29 0.77 0.17 37.55 0.65 0.51
Hex D4 97 31 0 1D 4D 11 26 41 33
Octal 324 227 61 0 35 115 21 46 101 63
Binary 11010100 10010111 110001 0 11101 1001101 10001 100110 1000001 110011

Color Harmonies of #D49731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49731

Black with #D49731

Text Example


Text Example

White with #D49731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49731; }

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

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

background-color css

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

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

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

border-color css

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

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

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