Html Css Color HEX #D49538 Fuel Yellow

📋 copy color: '#D49538'

red 212 ◦ green 149 ◦ blue 56

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

Shades of Fuel Yellow #D49538

Tints of Fuel Yellow #D49538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.43%

R = 50.84%
G = 35.73%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D49538 (or 0xD49538) is known color: Fuel Yellow. HEX triplet: D4, 95 and 38. RGB value is (212,149,56). Sum of RGB (Red+Green+Blue) = 212+149+56=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D49538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49538 is #2B6AC7. Grayscale: #9D9D9D. Windows color (decimal): -2845384 or 3708372. OLE color: 3708372.

HSL color Cylindrical-coordinate representation of color #D49538: hue angle of 35.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D49538 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 56 -
CMYK 0 0.30 0.74 0.17
HSL 35.77º 0.64% 0.53% -
HSV(B) 35.77º 0.74% 0.83% -
XYZ 38.61 35.78 8.61 -
YUV 157.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 212 149 56 0 0.30 0.74 0.17 35.77 0.64 0.53
Hex D4 95 38 0 1E 4A 11 24 40 35
Octal 324 225 70 0 36 112 21 44 100 65
Binary 11010100 10010101 111000 0 11110 1001010 10001 100100 1000000 110101

Color Harmonies of #D49538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49538

Black with #D49538

Text Example


Text Example

White with #D49538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49538; }

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

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

background-color css

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

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

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

border-color css

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

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

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