Html Css Color HEX #D49138 Fuel Yellow

📋 copy color: '#D49138'

red 212 ◦ green 145 ◦ blue 56

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

Shades of Fuel Yellow #D49138

Tints of Fuel Yellow #D49138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 51.33%
G = 35.11%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#D49138 (or 0xD49138) is known color: Fuel Yellow. HEX triplet: D4, 91 and 38. RGB value is (212,145,56). Sum of RGB (Red+Green+Blue) = 212+145+56=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D49138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49138 is #2B6EC7. Grayscale: #9B9B9B. Windows color (decimal): -2846408 or 3707348. OLE color: 3707348.

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

Color convert

RGB 212 145 56 -
CMYK 0 0.32 0.74 0.17
HSL 34.23º 0.64% 0.53% -
HSV(B) 34.23º 0.74% 0.83% -
XYZ 37.99 34.53 8.4 -
YUV 154.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 212 145 56 0 0.32 0.74 0.17 34.23 0.64 0.53
Hex D4 91 38 0 20 4A 11 22 40 35
Octal 324 221 70 0 40 112 21 42 100 65
Binary 11010100 10010001 111000 0 100000 1001010 10001 100010 1000000 110101

Color Harmonies of #D49138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49138

Black with #D49138

Text Example


Text Example

White with #D49138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49138; }

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

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

background-color css

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

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

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

border-color css

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

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

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