Html Css Color HEX #D48C32 Fuel Yellow

📋 copy color: '#D48C32'

red 212 ◦ green 140 ◦ blue 50

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

Shades of Fuel Yellow #D48C32

Tints of Fuel Yellow #D48C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 52.74%
G = 34.83%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D48C32 (or 0xD48C32) is known color: Fuel Yellow. HEX triplet: D4, 8C and 32. RGB value is (212,140,50). Sum of RGB (Red+Green+Blue) = 212+140+50=402 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.74% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C32 is #2B73CD. Grayscale: #979797. Windows color (decimal): -2847694 or 3312852. OLE color: 3312852.

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

Color convert

RGB 212 140 50 -
CMYK 0 0.34 0.76 0.17
HSL 33.33º 0.65% 0.51% -
HSV(B) 33.33º 0.76% 0.83% -
XYZ 37.11 32.98 7.43 -
YUV 151.27 70.85 171.32 -
System Red Green Blue C M Y K H S L
Decimal 212 140 50 0 0.34 0.76 0.17 33.33 0.65 0.51
Hex D4 8C 32 0 22 4C 11 21 41 33
Octal 324 214 62 0 42 114 21 41 101 63
Binary 11010100 10001100 110010 0 100010 1001100 10001 100001 1000001 110011

Color Harmonies of #D48C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C32

Black with #D48C32

Text Example


Text Example

White with #D48C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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