Html Css Color HEX #D1913B Fuel Yellow

📋 copy color: '#D1913B'

red 209 ◦ green 145 ◦ blue 59

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

Shades of Fuel Yellow #D1913B

Tints of Fuel Yellow #D1913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.29%

R = 50.61%
G = 35.11%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1913B (or 0xD1913B) is known color: Fuel Yellow. HEX triplet: D1, 91 and 3B. RGB value is (209,145,59). Sum of RGB (Red+Green+Blue) = 209+145+59=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D1913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1913B is #2E6EC4. Grayscale: #9A9A9A. Windows color (decimal): -3043013 or 3903953. OLE color: 3903953.

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

Color convert

RGB 209 145 59 -
CMYK 0 0.31 0.72 0.18
HSL 34.4º 0.62% 0.53% -
HSV(B) 34.4º 0.72% 0.82% -
XYZ 37.21 34.12 8.76 -
YUV 154.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 209 145 59 0 0.31 0.72 0.18 34.4 0.62 0.53
Hex D1 91 3B 0 1F 48 12 22 3E 35
Octal 321 221 73 0 37 110 22 42 76 65
Binary 11010001 10010001 111011 0 11111 1001000 10010 100010 111110 110101

Color Harmonies of #D1913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1913B

Black with #D1913B

Text Example


Text Example

White with #D1913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1913B; }

 p { color: rgb(209,145,59); }

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

background-color css

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

 a { background-color: rgb(209,145,59); }

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

border-color css

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

 span { border-color: rgb(209,145,59); }

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