Html Css Color HEX #D48C36 Fuel Yellow

📋 copy color: '#D48C36'

red 212 ◦ green 140 ◦ blue 54

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

Shades of Fuel Yellow #D48C36

Tints of Fuel Yellow #D48C36

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 52.22%
G = 34.48%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D48C36 (or 0xD48C36) is known color: Fuel Yellow. HEX triplet: D4, 8C and 36. RGB value is (212,140,54). Sum of RGB (Red+Green+Blue) = 212+140+54=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C36 is #2B73C9. Grayscale: #989898. Windows color (decimal): -2847690 or 3574996. OLE color: 3574996.

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

Color convert

RGB 212 140 54 -
CMYK 0 0.34 0.75 0.17
HSL 32.66º 0.65% 0.52% -
HSV(B) 32.66º 0.75% 0.83% -
XYZ 37.2 33.02 7.9 -
YUV 151.72 72.85 170.99 -
System Red Green Blue C M Y K H S L
Decimal 212 140 54 0 0.34 0.75 0.17 32.66 0.65 0.52
Hex D4 8C 36 0 22 4B 11 21 41 34
Octal 324 214 66 0 42 113 21 41 101 64
Binary 11010100 10001100 110110 0 100010 1001011 10001 100001 1000001 110100

Color Harmonies of #D48C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C36

Black with #D48C36

Text Example


Text Example

White with #D48C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C36; }

 p { color: rgb(212,140,54); }

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

background-color css

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

 a { background-color: rgb(212,140,54); }

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

border-color css

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

 span { border-color: rgb(212,140,54); }

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