Html Css Color HEX #D49231 Fuel Yellow

📋 copy color: '#D49231'

red 212 ◦ green 146 ◦ blue 49

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

Shades of Fuel Yellow #D49231

Tints of Fuel Yellow #D49231

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 52.09%
G = 35.87%
B = 12.04%

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

#D49231 (or 0xD49231) is known color: Fuel Yellow. HEX triplet: D4, 92 and 31. RGB value is (212,146,49). Sum of RGB (Red+Green+Blue) = 212+146+49=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D49231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49231 is #2B6DCE. Grayscale: #9B9B9B. Windows color (decimal): -2846159 or 3248852. OLE color: 3248852.

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

Color convert

RGB 212 146 49 -
CMYK 0 0.31 0.77 0.17
HSL 35.71º 0.65% 0.51% -
HSV(B) 35.71º 0.77% 0.83% -
XYZ 37.98 34.78 7.62 -
YUV 154.68 68.37 168.89 -
System Red Green Blue C M Y K H S L
Decimal 212 146 49 0 0.31 0.77 0.17 35.71 0.65 0.51
Hex D4 92 31 0 1F 4D 11 24 41 33
Octal 324 222 61 0 37 115 21 44 101 63
Binary 11010100 10010010 110001 0 11111 1001101 10001 100100 1000001 110011

Color Harmonies of #D49231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49231

Black with #D49231

Text Example


Text Example

White with #D49231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49231; }

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

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

background-color css

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

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

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

border-color css

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

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

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