Html Css Color HEX #D1942C Fuel Yellow

📋 copy color: '#D1942C'

red 209 ◦ green 148 ◦ blue 44

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

Shades of Fuel Yellow #D1942C

Tints of Fuel Yellow #D1942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.97%

R = 52.12%
G = 36.91%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1942C (or 0xD1942C) is known color: Fuel Yellow. HEX triplet: D1, 94 and 2C. RGB value is (209,148,44). Sum of RGB (Red+Green+Blue) = 209+148+44=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1942C is #2E6BD3. Grayscale: #9A9A9A. Windows color (decimal): -3042260 or 2921681. OLE color: 2921681.

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

Color convert

RGB 209 148 44 -
CMYK 0 0.29 0.79 0.18
HSL 37.82º 0.65% 0.5% -
HSV(B) 37.82º 0.79% 0.82% -
XYZ 37.34 34.92 7.15 -
YUV 154.38 65.71 166.96 -
System Red Green Blue C M Y K H S L
Decimal 209 148 44 0 0.29 0.79 0.18 37.82 0.65 0.5
Hex D1 94 2C 0 1D 4F 12 26 41 32
Octal 321 224 54 0 35 117 22 46 101 62
Binary 11010001 10010100 101100 0 11101 1001111 10010 100110 1000001 110010

Color Harmonies of #D1942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1942C

Black with #D1942C

Text Example


Text Example

White with #D1942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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