Html Css Color HEX #D49336 Fuel Yellow

📋 copy color: '#D49336'

red 212 ◦ green 147 ◦ blue 54

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

Shades of Fuel Yellow #D49336

Tints of Fuel Yellow #D49336

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 54 (21.48% from 255) = 13.08%

R = 51.33%
G = 35.59%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D49336 (or 0xD49336) is known color: Fuel Yellow. HEX triplet: D4, 93 and 36. RGB value is (212,147,54). Sum of RGB (Red+Green+Blue) = 212+147+54=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D49336 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49336 is #2B6CC9. Grayscale: #9C9C9C. Windows color (decimal): -2845898 or 3576788. OLE color: 3576788.

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

Color convert

RGB 212 147 54 -
CMYK 0 0.31 0.75 0.17
HSL 35.32º 0.65% 0.52% -
HSV(B) 35.32º 0.75% 0.83% -
XYZ 38.25 35.13 8.25 -
YUV 155.83 70.53 168.06 -
System Red Green Blue C M Y K H S L
Decimal 212 147 54 0 0.31 0.75 0.17 35.32 0.65 0.52
Hex D4 93 36 0 1F 4B 11 23 41 34
Octal 324 223 66 0 37 113 21 43 101 64
Binary 11010100 10010011 110110 0 11111 1001011 10001 100011 1000001 110100

Color Harmonies of #D49336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49336

Black with #D49336

Text Example


Text Example

White with #D49336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49336; }

 p { color: rgb(212,147,54); }

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

background-color css

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

 a { background-color: rgb(212,147,54); }

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

border-color css

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

 span { border-color: rgb(212,147,54); }

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