Html Css Color HEX #D49834 Fuel Yellow

📋 copy color: '#D49834'

red 212 ◦ green 152 ◦ blue 52

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

Shades of Fuel Yellow #D49834

Tints of Fuel Yellow #D49834

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 50.96%
G = 36.54%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D49834 (or 0xD49834) is known color: Fuel Yellow. HEX triplet: D4, 98 and 34. RGB value is (212,152,52). Sum of RGB (Red+Green+Blue) = 212+152+52=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D49834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49834 is #2B67CB. Grayscale: #9E9E9E. Windows color (decimal): -2844620 or 3446996. OLE color: 3446996.

HSL color Cylindrical-coordinate representation of color #D49834: hue angle of 37.5º 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 #D49834 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 52 -
CMYK 0 0.28 0.75 0.17
HSL 37.5º 0.65% 0.52% -
HSV(B) 37.5º 0.75% 0.83% -
XYZ 39 36.7 8.28 -
YUV 158.54 67.88 166.13 -
System Red Green Blue C M Y K H S L
Decimal 212 152 52 0 0.28 0.75 0.17 37.5 0.65 0.52
Hex D4 98 34 0 1C 4B 11 26 41 34
Octal 324 230 64 0 34 113 21 46 101 64
Binary 11010100 10011000 110100 0 11100 1001011 10001 100110 1000001 110100

Color Harmonies of #D49834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49834

Black with #D49834

Text Example


Text Example

White with #D49834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49834; }

 p { color: rgb(212,152,52); }

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

background-color css

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

 a { background-color: rgb(212,152,52); }

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

border-color css

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

 span { border-color: rgb(212,152,52); }

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