Html Css Color HEX #D48F39 Fuel Yellow

📋 copy color: '#D48F39'

red 212 ◦ green 143 ◦ blue 57

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

Shades of Fuel Yellow #D48F39

Tints of Fuel Yellow #D48F39

RGB

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

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

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

R = 51.46%
G = 34.71%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D48F39 (or 0xD48F39) is known color: Fuel Yellow. HEX triplet: D4, 8F and 39. RGB value is (212,143,57). Sum of RGB (Red+Green+Blue) = 212+143+57=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F39 is #2B70C6. Grayscale: #9A9A9A. Windows color (decimal): -2846919 or 3772372. OLE color: 3772372.

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

Color convert

RGB 212 143 57 -
CMYK 0 0.33 0.73 0.17
HSL 33.29º 0.64% 0.53% -
HSV(B) 33.29º 0.73% 0.83% -
XYZ 37.71 33.94 8.43 -
YUV 153.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 212 143 57 0 0.33 0.73 0.17 33.29 0.64 0.53
Hex D4 8F 39 0 21 49 11 21 40 35
Octal 324 217 71 0 41 111 21 41 100 65
Binary 11010100 10001111 111001 0 100001 1001001 10001 100001 1000000 110101

Color Harmonies of #D48F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F39

Black with #D48F39

Text Example


Text Example

White with #D48F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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