Html Css Color HEX #D1943D Fuel Yellow

📋 copy color: '#D1943D'

red 209 ◦ green 148 ◦ blue 61

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

Shades of Fuel Yellow #D1943D

Tints of Fuel Yellow #D1943D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.59%

R = 50%
G = 35.41%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1943D (or 0xD1943D) is known color: Fuel Yellow. HEX triplet: D1, 94 and 3D. RGB value is (209,148,61). Sum of RGB (Red+Green+Blue) = 209+148+61=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1943D is #2E6BC2. Grayscale: #9C9C9C. Windows color (decimal): -3042243 or 4035793. OLE color: 4035793.

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

Color convert

RGB 209 148 61 -
CMYK 0 0.29 0.71 0.18
HSL 35.27º 0.62% 0.53% -
HSV(B) 35.27º 0.71% 0.82% -
XYZ 37.73 35.07 9.2 -
YUV 156.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 209 148 61 0 0.29 0.71 0.18 35.27 0.62 0.53
Hex D1 94 3D 0 1D 47 12 23 3E 35
Octal 321 224 75 0 35 107 22 43 76 65
Binary 11010001 10010100 111101 0 11101 1000111 10010 100011 111110 110101

Color Harmonies of #D1943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1943D

Black with #D1943D

Text Example


Text Example

White with #D1943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1943D; }

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

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

background-color css

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

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

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

border-color css

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

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

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