Html Css Color HEX #D48F31 Fuel Yellow

📋 copy color: '#D48F31'

red 212 ◦ green 143 ◦ blue 49

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

Shades of Fuel Yellow #D48F31

Tints of Fuel Yellow #D48F31

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.4%

 BLUE value IS 49 (19.53% from 255) = 12.13%

R = 52.48%
G = 35.4%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D48F31 (or 0xD48F31) is known color: Fuel Yellow. HEX triplet: D4, 8F and 31. RGB value is (212,143,49). Sum of RGB (Red+Green+Blue) = 212+143+49=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F31 is #2B70CE. Grayscale: #999999. Windows color (decimal): -2846927 or 3248084. OLE color: 3248084.

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

Color convert

RGB 212 143 49 -
CMYK 0 0.33 0.77 0.17
HSL 34.6º 0.65% 0.51% -
HSV(B) 34.6º 0.77% 0.83% -
XYZ 37.53 33.86 7.46 -
YUV 152.92 69.36 170.14 -
System Red Green Blue C M Y K H S L
Decimal 212 143 49 0 0.33 0.77 0.17 34.6 0.65 0.51
Hex D4 8F 31 0 21 4D 11 23 41 33
Octal 324 217 61 0 41 115 21 43 101 63
Binary 11010100 10001111 110001 0 100001 1001101 10001 100011 1000001 110011

Color Harmonies of #D48F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F31

Black with #D48F31

Text Example


Text Example

White with #D48F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F31; }

 p { color: rgb(212,143,49); }

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

background-color css

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

 a { background-color: rgb(212,143,49); }

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

border-color css

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

 span { border-color: rgb(212,143,49); }

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