Html Css Color HEX #D49A39 Fuel Yellow

📋 copy color: '#D49A39'

red 212 ◦ green 154 ◦ blue 57

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

Shades of Fuel Yellow #D49A39

Tints of Fuel Yellow #D49A39

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.41%

 BLUE value IS 57 (22.66% from 255) = 13.48%

R = 50.12%
G = 36.41%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D49A39 (or 0xD49A39) is known color: Fuel Yellow. HEX triplet: D4, 9A and 39. RGB value is (212,154,57). Sum of RGB (Red+Green+Blue) = 212+154+57=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A39 is #2B65C6. Grayscale: #A0A0A0. Windows color (decimal): -2844103 or 3775188. OLE color: 3775188.

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

Color convert

RGB 212 154 57 -
CMYK 0 0.27 0.73 0.17
HSL 37.55º 0.64% 0.53% -
HSV(B) 37.55º 0.73% 0.83% -
XYZ 39.45 37.4 9.01 -
YUV 160.28 69.72 164.89 -
System Red Green Blue C M Y K H S L
Decimal 212 154 57 0 0.27 0.73 0.17 37.55 0.64 0.53
Hex D4 9A 39 0 1B 49 11 26 40 35
Octal 324 232 71 0 33 111 21 46 100 65
Binary 11010100 10011010 111001 0 11011 1001001 10001 100110 1000000 110101

Color Harmonies of #D49A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49A39

Black with #D49A39

Text Example


Text Example

White with #D49A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49A39; }

 p { color: rgb(212,154,57); }

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

background-color css

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

 a { background-color: rgb(212,154,57); }

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

border-color css

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

 span { border-color: rgb(212,154,57); }

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