Html Css Color HEX #D48F2C Fuel Yellow

📋 copy color: '#D48F2C'

red 212 ◦ green 143 ◦ blue 44

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

Shades of Fuel Yellow #D48F2C

Tints of Fuel Yellow #D48F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 53.13%
G = 35.84%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D48F2C (or 0xD48F2C) is known color: Fuel Yellow. HEX triplet: D4, 8F and 2C. RGB value is (212,143,44). Sum of RGB (Red+Green+Blue) = 212+143+44=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48F2C is #2B70D3. Grayscale: #989898. Windows color (decimal): -2846932 or 2920404. OLE color: 2920404.

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

Color convert

RGB 212 143 44 -
CMYK 0 0.33 0.79 0.17
HSL 35.36º 0.66% 0.5% -
HSV(B) 35.36º 0.79% 0.83% -
XYZ 37.43 33.82 6.94 -
YUV 152.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 212 143 44 0 0.33 0.79 0.17 35.36 0.66 0.5
Hex D4 8F 2C 0 21 4F 11 23 42 32
Octal 324 217 54 0 41 117 21 43 102 62
Binary 11010100 10001111 101100 0 100001 1001111 10001 100011 1000010 110010

Color Harmonies of #D48F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F2C

Black with #D48F2C

Text Example


Text Example

White with #D48F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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