Html Css Color HEX #D79130 Fuel Yellow

📋 copy color: '#D79130'

red 215 ◦ green 145 ◦ blue 48

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

Shades of Fuel Yellow #D79130

Tints of Fuel Yellow #D79130

RGB

 RED value IS 215 (84.38% from 255) = 52.7%

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 52.7%
G = 35.54%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D79130 (or 0xD79130) is known color: Fuel Yellow. HEX triplet: D7, 91 and 30. RGB value is (215,145,48). Sum of RGB (Red+Green+Blue) = 215+145+48=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D79130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D79130 is #286ECF. Grayscale: #9B9B9B. Windows color (decimal): -2649808 or 3183063. OLE color: 3183063.

HSL color Cylindrical-coordinate representation of color #D79130: hue angle of 34.85º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D79130 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 145 48 -
CMYK 0 0.33 0.78 0.16
HSL 34.85º 0.68% 0.52% -
HSV(B) 34.85º 0.78% 0.84% -
XYZ 38.68 34.91 7.5 -
YUV 154.87 67.69 170.89 -
System Red Green Blue C M Y K H S L
Decimal 215 145 48 0 0.33 0.78 0.16 34.85 0.68 0.52
Hex D7 91 30 0 21 4E 10 23 44 34
Octal 327 221 60 0 41 116 20 43 104 64
Binary 11010111 10010001 110000 0 100001 1001110 10000 100011 1000100 110100

Color Harmonies of #D79130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79130

Black with #D79130

Text Example


Text Example

White with #D79130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79130; }

 p { color: rgb(215,145,48); }

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

background-color css

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

 a { background-color: rgb(215,145,48); }

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

border-color css

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

 span { border-color: rgb(215,145,48); }

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