Html Css Color HEX #D49530 Fuel Yellow

📋 copy color: '#D49530'

red 212 ◦ green 149 ◦ blue 48

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

Shades of Fuel Yellow #D49530

Tints of Fuel Yellow #D49530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.43%

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

R = 51.83%
G = 36.43%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D49530 (or 0xD49530) is known color: Fuel Yellow. HEX triplet: D4, 95 and 30. RGB value is (212,149,48). Sum of RGB (Red+Green+Blue) = 212+149+48=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D49530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49530 is #2B6ACF. Grayscale: #9C9C9C. Windows color (decimal): -2845392 or 3184084. OLE color: 3184084.

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

Color convert

RGB 212 149 48 -
CMYK 0 0.30 0.77 0.17
HSL 36.95º 0.66% 0.51% -
HSV(B) 36.95º 0.77% 0.83% -
XYZ 38.43 35.71 7.66 -
YUV 156.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 212 149 48 0 0.30 0.77 0.17 36.95 0.66 0.51
Hex D4 95 30 0 1E 4D 11 25 42 33
Octal 324 225 60 0 36 115 21 45 102 63
Binary 11010100 10010101 110000 0 11110 1001101 10001 100101 1000010 110011

Color Harmonies of #D49530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49530

Black with #D49530

Text Example


Text Example

White with #D49530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49530; }

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

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

background-color css

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

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

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

border-color css

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

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

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