Html Css Color HEX #D49330 Fuel Yellow

📋 copy color: '#D49330'

red 212 ◦ green 147 ◦ blue 48

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

Shades of Fuel Yellow #D49330

Tints of Fuel Yellow #D49330

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

 BLUE value IS 48 (19.14% from 255) = 11.79%

R = 52.09%
G = 36.12%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49330 (or 0xD49330) is known color: Fuel Yellow. HEX triplet: D4, 93 and 30. RGB value is (212,147,48). Sum of RGB (Red+Green+Blue) = 212+147+48=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 48 (19.14% from 255 or 11.79% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D49330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49330 is #2B6CCF. Grayscale: #9B9B9B. Windows color (decimal): -2845904 or 3183572. OLE color: 3183572.

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

Color convert

RGB 212 147 48 -
CMYK 0 0.31 0.77 0.17
HSL 36.22º 0.66% 0.51% -
HSV(B) 36.22º 0.77% 0.83% -
XYZ 38.12 35.08 7.56 -
YUV 155.15 67.53 168.55 -
System Red Green Blue C M Y K H S L
Decimal 212 147 48 0 0.31 0.77 0.17 36.22 0.66 0.51
Hex D4 93 30 0 1F 4D 11 24 42 33
Octal 324 223 60 0 37 115 21 44 102 63
Binary 11010100 10010011 110000 0 11111 1001101 10001 100100 1000010 110011

Color Harmonies of #D49330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49330

Black with #D49330

Text Example


Text Example

White with #D49330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49330; }

 p { color: rgb(212,147,48); }

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

background-color css

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

 a { background-color: rgb(212,147,48); }

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

border-color css

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

 span { border-color: rgb(212,147,48); }

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