Html Css Color HEX #D49531 Fuel Yellow

📋 copy color: '#D49531'

red 212 ◦ green 149 ◦ blue 49

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

Shades of Fuel Yellow #D49531

Tints of Fuel Yellow #D49531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

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

R = 51.71%
G = 36.34%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49531 (or 0xD49531) is known color: Fuel Yellow. HEX triplet: D4, 95 and 31. RGB value is (212,149,49). Sum of RGB (Red+Green+Blue) = 212+149+49=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D49531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49531 is #2B6ACE. Grayscale: #9C9C9C. Windows color (decimal): -2845391 or 3249620. OLE color: 3249620.

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

Color convert

RGB 212 149 49 -
CMYK 0 0.30 0.77 0.17
HSL 36.81º 0.65% 0.51% -
HSV(B) 36.81º 0.77% 0.83% -
XYZ 38.45 35.71 7.77 -
YUV 156.44 67.37 167.63 -
System Red Green Blue C M Y K H S L
Decimal 212 149 49 0 0.30 0.77 0.17 36.81 0.65 0.51
Hex D4 95 31 0 1E 4D 11 25 41 33
Octal 324 225 61 0 36 115 21 45 101 63
Binary 11010100 10010101 110001 0 11110 1001101 10001 100101 1000001 110011

Color Harmonies of #D49531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49531

Black with #D49531

Text Example


Text Example

White with #D49531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49531; }

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

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

background-color css

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

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

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

border-color css

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

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

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