Html Css Color HEX #D48E3C Fuel Yellow

📋 copy color: '#D48E3C'

red 212 ◦ green 142 ◦ blue 60

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

Shades of Fuel Yellow #D48E3C

Tints of Fuel Yellow #D48E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 51.21%
G = 34.3%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D48E3C (or 0xD48E3C) is known color: Fuel Yellow. HEX triplet: D4, 8E and 3C. RGB value is (212,142,60). Sum of RGB (Red+Green+Blue) = 212+142+60=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E3C is #2B71C3. Grayscale: #999999. Windows color (decimal): -2847172 or 3968724. OLE color: 3968724.

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

Color convert

RGB 212 142 60 -
CMYK 0 0.33 0.72 0.17
HSL 32.37º 0.64% 0.53% -
HSV(B) 32.37º 0.72% 0.83% -
XYZ 37.64 33.67 8.79 -
YUV 153.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 212 142 60 0 0.33 0.72 0.17 32.37 0.64 0.53
Hex D4 8E 3C 0 21 48 11 20 40 35
Octal 324 216 74 0 41 110 21 40 100 65
Binary 11010100 10001110 111100 0 100001 1001000 10001 100000 1000000 110101

Color Harmonies of #D48E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48E3C

Black with #D48E3C

Text Example


Text Example

White with #D48E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48E3C; }

 p { color: rgb(212,142,60); }

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

background-color css

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

 a { background-color: rgb(212,142,60); }

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

border-color css

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

 span { border-color: rgb(212,142,60); }

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