Html Css Color HEX #D49038 Fuel Yellow

📋 copy color: '#D49038'

red 212 ◦ green 144 ◦ blue 56

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

Shades of Fuel Yellow #D49038

Tints of Fuel Yellow #D49038

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

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

R = 51.46%
G = 34.95%
B = 13.59%

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

#D49038 (or 0xD49038) is known color: Fuel Yellow. HEX triplet: D4, 90 and 38. RGB value is (212,144,56). Sum of RGB (Red+Green+Blue) = 212+144+56=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D49038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49038 is #2B6FC7. Grayscale: #9A9A9A. Windows color (decimal): -2846664 or 3707092. OLE color: 3707092.

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

Color convert

RGB 212 144 56 -
CMYK 0 0.32 0.74 0.17
HSL 33.85º 0.64% 0.53% -
HSV(B) 33.85º 0.74% 0.83% -
XYZ 37.84 34.23 8.35 -
YUV 154.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 212 144 56 0 0.32 0.74 0.17 33.85 0.64 0.53
Hex D4 90 38 0 20 4A 11 22 40 35
Octal 324 220 70 0 40 112 21 42 100 65
Binary 11010100 10010000 111000 0 100000 1001010 10001 100010 1000000 110101

Color Harmonies of #D49038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49038

Black with #D49038

Text Example


Text Example

White with #D49038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49038; }

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

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

background-color css

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

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

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

border-color css

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

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

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