Html Css Color HEX #D7912F Fuel Yellow

📋 copy color: '#D7912F'

red 215 ◦ green 145 ◦ blue 47

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

Shades of Fuel Yellow #D7912F

Tints of Fuel Yellow #D7912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 52.83%
G = 35.63%
B = 11.55%

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

#D7912F (or 0xD7912F) is known color: Fuel Yellow. HEX triplet: D7, 91 and 2F. RGB value is (215,145,47). Sum of RGB (Red+Green+Blue) = 215+145+47=407 (53% of max value = 765). Red value is 215 (84.38% from 255 or 52.83% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 215 - color contains mainly: red. Hex color #D7912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7912F is #286ED0. Grayscale: #9B9B9B. Windows color (decimal): -2649809 or 3117527. OLE color: 3117527.

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

Color convert

RGB 215 145 47 -
CMYK 0 0.33 0.78 0.16
HSL 35º 0.68% 0.51% -
HSV(B) 35º 0.78% 0.84% -
XYZ 38.66 34.9 7.39 -
YUV 154.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 215 145 47 0 0.33 0.78 0.16 35 0.68 0.51
Hex D7 91 2F 0 21 4E 10 23 44 33
Octal 327 221 57 0 41 116 20 43 104 63
Binary 11010111 10010001 101111 0 100001 1001110 10000 100011 1000100 110011

Color Harmonies of #D7912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7912F

Black with #D7912F

Text Example


Text Example

White with #D7912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7912F; }

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

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

background-color css

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

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

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

border-color css

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

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

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