Html Css Color HEX #D48F2E Fuel Yellow

📋 copy color: '#D48F2E'

red 212 ◦ green 143 ◦ blue 46

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

Shades of Fuel Yellow #D48F2E

Tints of Fuel Yellow #D48F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.47%

R = 52.87%
G = 35.66%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D48F2E (or 0xD48F2E) is known color: Fuel Yellow. HEX triplet: D4, 8F and 2E. RGB value is (212,143,46). Sum of RGB (Red+Green+Blue) = 212+143+46=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F2E is #2B70D1. Grayscale: #999999. Windows color (decimal): -2846930 or 3051476. OLE color: 3051476.

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

Color convert

RGB 212 143 46 -
CMYK 0 0.33 0.78 0.17
HSL 35.06º 0.66% 0.51% -
HSV(B) 35.06º 0.78% 0.83% -
XYZ 37.47 33.84 7.14 -
YUV 152.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 212 143 46 0 0.33 0.78 0.17 35.06 0.66 0.51
Hex D4 8F 2E 0 21 4E 11 23 42 33
Octal 324 217 56 0 41 116 21 43 102 63
Binary 11010100 10001111 101110 0 100001 1001110 10001 100011 1000010 110011

Color Harmonies of #D48F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F2E

Black with #D48F2E

Text Example


Text Example

White with #D48F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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