Html Css Color HEX #D49232 Fuel Yellow

📋 copy color: '#D49232'

red 212 ◦ green 146 ◦ blue 50

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

Shades of Fuel Yellow #D49232

Tints of Fuel Yellow #D49232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.25%

R = 51.96%
G = 35.78%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D49232 (or 0xD49232) is known color: Fuel Yellow. HEX triplet: D4, 92 and 32. RGB value is (212,146,50). Sum of RGB (Red+Green+Blue) = 212+146+50=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D49232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49232 is #2B6DCD. Grayscale: #9B9B9B. Windows color (decimal): -2846158 or 3314388. OLE color: 3314388.

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

Color convert

RGB 212 146 50 -
CMYK 0 0.31 0.76 0.17
HSL 35.56º 0.65% 0.51% -
HSV(B) 35.56º 0.76% 0.83% -
XYZ 38.01 34.79 7.73 -
YUV 154.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 212 146 50 0 0.31 0.76 0.17 35.56 0.65 0.51
Hex D4 92 32 0 1F 4C 11 24 41 33
Octal 324 222 62 0 37 114 21 44 101 63
Binary 11010100 10010010 110010 0 11111 1001100 10001 100100 1000001 110011

Color Harmonies of #D49232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49232

Black with #D49232

Text Example


Text Example

White with #D49232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49232; }

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

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

background-color css

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

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

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

border-color css

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

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

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