#D2943A

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

Shades of Fuel Yellow #D2943A

Tints of Fuel Yellow #D2943A

Color information

#D2943A (or 0xD2943A) is unknown color: approx Fuel Yellow. HEX triplet: D2, 94 and 3A. RGB value is (210,148,58). Sum of RGB (Red+Green+Blue) = 210+148+58=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2943A is #2D6BC5. Grayscale: #9C9C9C. Windows color (decimal): -2976710 or 3839186. OLE color: 3839186.

HSL color Cylindrical-coordinate representation of color #D2943A: hue angle of 35.53º degrees, saturation: 0.63, 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 #D2943A is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB21014858-
CMYK00.300.720.18
HSL35.53º62.81%52.55%-
HSV(B)35.53º72.38%82.35%-
XYZ37.9335.198.8-
YUV156.2872.54166.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.48%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 58 (23.05% from 255) = 13.94%
R=50.48%
G=35.58%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101485800.300.720.1835.5362.8152.55
HexD2943A01E4812243f35
Octal3222247203611022447765
Binary1101001010010100111010011110100100010010100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2943A; }

 p { color: rgb(210,148,58); }

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

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

 a { background-color: rgb(210,148,58); }

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

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

 span { border-color: rgb(210,148,58); }

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