Html Css Color HEX #D1942E Fuel Yellow

📋 copy color: '#D1942E'

red 209 ◦ green 148 ◦ blue 46

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

Shades of Fuel Yellow #D1942E

Tints of Fuel Yellow #D1942E

RGB

 RED value IS 209 (82.03% from 255) = 51.86%

 GREEN value IS 148 (58.2% from 255) = 36.72%

 BLUE value IS 46 (18.36% from 255) = 11.41%

R = 51.86%
G = 36.72%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1942E (or 0xD1942E) is known color: Fuel Yellow. HEX triplet: D1, 94 and 2E. RGB value is (209,148,46). Sum of RGB (Red+Green+Blue) = 209+148+46=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 46 (18.36% from 255 or 11.41% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1942E is #2E6BD1. Grayscale: #9B9B9B. Windows color (decimal): -3042258 or 3052753. OLE color: 3052753.

HSL color Cylindrical-coordinate representation of color #D1942E: hue angle of 37.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1942E is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 148 46 -
CMYK 0 0.29 0.78 0.18
HSL 37.55º 0.64% 0.5% -
HSV(B) 37.55º 0.78% 0.82% -
XYZ 37.38 34.93 7.36 -
YUV 154.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 209 148 46 0 0.29 0.78 0.18 37.55 0.64 0.5
Hex D1 94 2E 0 1D 4E 12 26 40 32
Octal 321 224 56 0 35 116 22 46 100 62
Binary 11010001 10010100 101110 0 11101 1001110 10010 100110 1000000 110010

Color Harmonies of #D1942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1942E

Black with #D1942E

Text Example


Text Example

White with #D1942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1942E; }

 p { color: rgb(209,148,46); }

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

background-color css

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

 a { background-color: rgb(209,148,46); }

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

border-color css

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

 span { border-color: rgb(209,148,46); }

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