#D2973D

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

Shades of Fuel Yellow #D2973D

Tints of Fuel Yellow #D2973D

Color information

#D2973D (or 0xD2973D) is unknown color: approx Fuel Yellow. HEX triplet: D2, 97 and 3D. RGB value is (210,151,61). Sum of RGB (Red+Green+Blue) = 210+151+61=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2973D is #2D68C2. Grayscale: #9E9E9E. Windows color (decimal): -2975939 or 4036562. OLE color: 4036562.

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

Color convert

RGB21015161-
CMYK00.280.710.18
HSL36.24º62.34%53.14%-
HSV(B)36.24º70.95%82.35%-
XYZ38.4936.179.37-
YUV158.3873.05164.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 49.76%
GREEN value IS 151 (59.38% from 255) = 35.78%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=49.76%
G=35.78%
B=14.45%

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
Decimal2101516100.280.710.1836.2462.3453.14
HexD2973D01C4712243e35
Octal3222277503410722447665
Binary1101001010010111111101011100100011110010100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2973D; }

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

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

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

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

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

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

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

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