#D1973D

Color #D1973D Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D1973D

Tints of Fuel Yellow #D1973D

Color information

#D1973D (or 0xD1973D) is unknown color: approx Fuel Yellow. HEX triplet: D1, 97 and 3D. RGB value is (209,151,61). Sum of RGB (Red+Green+Blue) = 209+151+61=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1973D is #2E68C2. Grayscale: #9E9E9E. Windows color (decimal): -3041475 or 4036561. OLE color: 4036561.

HSL color Cylindrical-coordinate representation of color #D1973D: hue angle of 36.49º 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 #D1973D is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20915161-
CMYK00.280.710.18
HSL36.49º61.67%52.94%-
HSV(B)36.49º70.81%81.96%-
XYZ38.236.039.35-
YUV158.0873.22164.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.64%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 61 (24.22% from 255) = 14.49%
R=49.64%
G=35.87%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091516100.280.710.1836.4961.6752.94
HexD1973D01C4712243e35
Octal3212277503410722447665
Binary1101000110010111111101011100100011110010100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1973D; }

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

 H1.HeaderClassName
 {
   color: #D1973D;
 }
 .AnyTagClassName
 {
   color: #D1973D;
 }
</style>
background-color css

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

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

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

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

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

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